Files
Nim/tests/tinit.nim
2009-09-15 23:22:22 +02: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!