mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-30 01:44:37 +00:00
8 lines
131 B
Nim
8 lines
131 B
Nim
discard """
|
|
cmd: "nim default $file"
|
|
output: '''hello world!'''
|
|
msg: '''[NimScript] exec: gcc -v'''
|
|
"""
|
|
|
|
echo "hello world!"
|