mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-03 03:32:32 +00:00
* remove --lib:lib * added some tests for testatment * tests are addad WIP: add colors switch to tester * meta tester is integrated
8 lines
88 B
Nim
8 lines
88 B
Nim
discard """
|
|
nimout: "Hello World!"
|
|
action: compile
|
|
"""
|
|
|
|
static:
|
|
echo "something else"
|