Files
cground/tests/lib.grnd

4 lines
64 B
Plaintext
Raw Normal View History

2026-03-18 15:21:58 +11:00
fun !lib_PrintHello -int
println "Hello"
return 0
endfun