pork/examples/module.pork

4 lines
42 B
Plaintext

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