mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-05 12:37:46 +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, "Hallo from main module!\n")
|
|
#OUT Hallo from module! Hallo from main module!
|