Implemented number output
This commit is contained in:
parent
e4f041be41
commit
8b1af4bea7
12 changed files with 185 additions and 46 deletions
5
examples/itoa/itoa.q
Normal file
5
examples/itoa/itoa.q
Normal file
|
@ -0,0 +1,5 @@
|
|||
import io
|
||||
|
||||
main() {
|
||||
io.printNum(2147483647)
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue