Files
Nim/tests/tinit.nim
2010-02-14 00:29:35 +01:00

7 lines
151 B
Nim

# Test the new init section in modules
import minit
write(stdout, "Hallo from main module!\n")
#OUT Hallo from module! Hallo from main module!