5 lines
56 B
Plaintext
5 lines
56 B
Plaintext
import fmt
|
|
|
|
main() {
|
|
fmt.decimal(9223372036854775807)
|
|
} |