Added FreeBrain and FlaScript (#775)

This commit is contained in:
Ferhat Geçdoğan
2020-07-22 07:21:20 +03:00
committed by GitHub
parent 7922f5f682
commit 15116792eb
3 changed files with 20 additions and 1 deletions

4
f/flascript.fls Normal file
View File

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