1
0
Fork 0
forked from fun/fun

Major refactoring commit. Switched from Make tu CMake.

This commit is contained in:
Johannes Findeisen 2025-09-13 22:55:17 +02:00
commit 284b4d3fa9
10 changed files with 323 additions and 13 deletions

5
examples/hello_world.fun Executable file
View file

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