From cca0eb2117a98695a0280adbc1693b3c92cfab7a Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Wed, 6 Oct 2021 23:25:41 +0200 Subject: Implemented the interpreter --- src/defaultIO.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/defaultIO.nim') diff --git a/src/defaultIO.nim b/src/defaultIO.nim index 52bcb83..ccf4476 100644 --- a/src/defaultIO.nim +++ b/src/defaultIO.nim @@ -37,4 +37,4 @@ proc defaultCharacterOutput*(v: int) = discard stdout.writeChars(@[v.char()], 0, 1) proc defaultDecimalOutput*(v: int) = - stdout.write(&"{v}") + stdout.write(&"{v} ") -- cgit v1.2.3