Added shebang/comments, types, identifiers etc. and added history/ for the future...
This commit is contained in:
parent
402b035b49
commit
5272148946
3 changed files with 176 additions and 10 deletions
3
history/0.1.0-print.fun
Executable file
3
history/0.1.0-print.fun
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
fun hello_world() {
|
||||
print("Hello, world!")
|
||||
}
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
#!/usr/bin/env fun
|
||||
|
||||
/*
|
||||
* Hello, world!
|
||||
*/
|
||||
|
||||
fun hello_world() {
|
||||
print("Hello, world!")
|
||||
}
|
||||
|
||||
// Bye, world!
|
||||
Loading…
Add table
Add a link
Reference in a new issue