pork/examples/imports.pork

6 lines
48 B
Plaintext

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