Files
Nim/.github/ISSUE_TEMPLATE/bug_report.md
2019-01-08 15:30:15 +01:00

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