Skip to content

Commit

Permalink
Fix FlaScript (#851)
Browse files Browse the repository at this point in the history
  • Loading branch information
ferhatgec committed Oct 19, 2020
1 parent 82105eb commit e09c405
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions f/flascript.fls
@@ -1,4 +1,4 @@
main() -> main {
print(string) -> "Hello World"
print(newline)
}
print(string) -> "Hello World"
print(newline)
} main;

0 comments on commit e09c405

Please sign in to comment.