forked from ground/ground
4 lines
64 B
Plaintext
4 lines
64 B
Plaintext
|
|
fun !lib_PrintHello -int
|
||
|
|
println "Hello"
|
||
|
|
return 0
|
||
|
|
endfun
|