Fix FlaScript (#851)

This commit is contained in:
Ferhat Geçdoğan 2020-10-19 22:28:47 +03:00 committed by GitHub
parent 82105ebd4e
commit e09c405e39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
main() -> main {
print(string) -> "Hello World"
print(newline)
}
print(string) -> "Hello World"
print(newline)
} main;