mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-03 11:42:33 +00:00
7 lines
68 B
Nim
7 lines
68 B
Nim
discard """
|
|
targets: "c"
|
|
maxcodesize: 1
|
|
"""
|
|
|
|
echo "Hello World"
|