nim-kernel-helloworld/kernel.nim

5 lines
88 B
Nim
Raw Permalink Normal View History

2023-06-27 10:02:23 -07:00
import strutil
proc kmain {.exportc.} =
printTxt(cast[seq[char]]("hello world\n"))