Wooo! Fixed up remaining bugs in new syntax!
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import io;
|
||||
|
||||
|void| nothing() {}
|
||||
fun nothing(): void {}
|
||||
|
||||
|int| main() {
|
||||
fun main(): int {
|
||||
nothing();
|
||||
io::println("It was nothing");
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user