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