mirror of
https://github.com/nim-lang/Nim.git
synced 2026-06-07 12:24:19 +00:00
7 lines
151 B
Nim
Executable File
7 lines
151 B
Nim
Executable File
# Test the new init section in modules
|
|
|
|
import minit
|
|
|
|
write(stdout, "Hello from main module!\n")
|
|
#OUT Hello from module! Hello from main module!
|