Files
Nim/tests/accept/run/tinit.nim
2010-02-26 01:26:16 +01:00

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!