Files
Nim/tests/tinit.nim
2008-08-23 11:16:44 +02: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!