diff options
Diffstat (limited to 'tests/caas/main.nim')
-rw-r--r-- | tests/caas/main.nim | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/caas/main.nim b/tests/caas/main.nim deleted file mode 100644 index fafeff93b..000000000 --- a/tests/caas/main.nim +++ /dev/null @@ -1,7 +0,0 @@ -import imported, strutils - -proc main = - var t1 = "text" - var t2 = t1.toUpper - echo(t1 +++ t2) - |