pork/examples/module.pork

4 lines
49 B
Plaintext
Raw Normal View History

export func hello() {
2023-09-03 06:28:40 +00:00
println("Hello World")
}