diff options
Diffstat (limited to 'tests/osproc')
-rw-r--r-- | tests/osproc/ta.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/osproc/ta.nim b/tests/osproc/ta.nim index 6c1495590..5ebcc7f14 100644 --- a/tests/osproc/ta.nim +++ b/tests/osproc/ta.nim @@ -1,3 +1,3 @@ import strutils let x = stdin.readLine() -echo x.parseInt + 5 \ No newline at end of file +echo x.parseInt + 5 |