mirror of
https://github.com/nim-lang/Nim.git
synced 2026-08-28 09:31:38 +00:00
start of tests refactoring; sqlite3 new wrapper fixes
This commit is contained in:
3
tests/accept/compile/tparsefloat.nim
Normal file
3
tests/accept/compile/tparsefloat.nim
Normal file
@@ -0,0 +1,3 @@
|
||||
import strutils
|
||||
|
||||
echo ParseFloat("5000") / ParseFloat("10")
|
||||
Reference in New Issue
Block a user