Files
cground/tests/lib.grnd
2026-03-18 15:21:58 +11:00

4 lines
64 B
Plaintext

fun !lib_PrintHello -int
println "Hello"
return 0
endfun