Files
pork/examples/module.pork

4 lines
42 B
Plaintext
Raw Normal View History

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