Files
pork/examples/module.pork

4 lines
49 B
Plaintext
Raw Normal View History

export func hello() {
2023-09-02 23:28:40 -07:00
println("Hello World")
}