6 lines
92 B
Nim
6 lines
92 B
Nim
import bigints
|
|
|
|
let x = initBigInt("810896098877923596128062174904361421866219158")
|
|
echo x
|
|
|