q/examples/itoa/itoa.q
2025-04-07 15:13:57 +02:00

5 lines
56 B
Plaintext

import fmt
main() {
fmt.decimal(9223372036854775807)
}