mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-30 18:02:05 +00:00
There is however a problem with the unittest. It does output colors even if stdout isn't a tty, so the test still fails.
3 lines
41 B
Nim
3 lines
41 B
Nim
when isMainModule:
|
|
echo(stdin.readAll)
|