diff options
Diffstat (limited to 'tests/tsimmeth.nim')
-rwxr-xr-x | tests/tsimmeth.nim | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/tsimmeth.nim b/tests/tsimmeth.nim deleted file mode 100755 index 3f5f810e6..000000000 --- a/tests/tsimmeth.nim +++ /dev/null @@ -1,8 +0,0 @@ -# Test method simulation - -import strutils - -var x = "hallo world!".toLower.toUpper -x.echo() -#OUT HALLO WORLD! - |