pork/examples/module.pork

4 lines
49 B
Plaintext

export func hello() {
println("Hello World")
}