8 lines
46 B
Plaintext
8 lines
46 B
Plaintext
vertex main :: () {
|
|
foo();
|
|
}
|
|
|
|
foo :: () {
|
|
|
|
}
|