diff options
Diffstat (limited to 'tests/tparsefloat.nim')
-rwxr-xr-x | tests/tparsefloat.nim | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/tparsefloat.nim b/tests/tparsefloat.nim new file mode 100755 index 000000000..38ed2db6d --- /dev/null +++ b/tests/tparsefloat.nim @@ -0,0 +1,3 @@ +import strutils + +echo ParseFloat("5000") / ParseFloat("10") |