1
0
Fork 0
forked from fun/fun

ROFL, in all examples where a function definition in the code, fun does not support functions actualy... :D

This commit is contained in:
Johannes Findeisen 2025-09-14 01:04:38 +02:00
commit 2f95b49bba
6 changed files with 16 additions and 11 deletions

View file

@ -1,5 +1,7 @@
#!/usr/bin/env fun
fun hello_world() {
print("Hello, world!")
}
/*
* Hello world in Fun
*/
print("Hello, world!")