mirror of
https://github.com/nim-lang/Nim.git
synced 2026-05-23 13:19:55 +00:00
7 lines
68 B
Nim
7 lines
68 B
Nim
discard """
|
|
targets: "c"
|
|
maxcodesize: 1
|
|
"""
|
|
|
|
echo "Hello World"
|