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