pork/examples/imports.pork

6 lines
55 B
Plaintext

import "module.pork"
export func main() {
hello()
}