pork/examples/imports.pork

6 lines
48 B
Plaintext
Raw Normal View History

2023-09-03 06:28:40 +00:00
import "module.pork"
func main() {
hello()
}