mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-29 17:34:43 +00:00
* remove --lib:lib * added some tests for testatment * tests are addad WIP: add colors switch to tester * meta tester is integrated
7 lines
68 B
Nim
7 lines
68 B
Nim
discard """
|
|
msg: "Hello World"
|
|
"""
|
|
|
|
static:
|
|
echo "something else"
|