mirror of
https://github.com/nim-lang/Nim.git
synced 2026-06-01 09:31:18 +00:00
773 B
773 B
name, about
| name | about |
|---|---|
| Bug report | Have you found an unexpected behavior? Use this template. |
Function echo outputs the wrong string.
Example
echo "Hello World!"
Current Output
Hola mundo!
Expected Output
Hello World!
Possible Solution
Additional Information
$ nim -v
Nim Compiler Version 0.1.2