nim-kernel-helloworld/kernel.nim

5 lines
88 B
Nim

import strutil
proc kmain {.exportc.} =
printTxt(cast[seq[char]]("hello world\n"))