``` ../../const.go:58: constant 1000000000000 overflows int ../../const.go:59: constant 1000000000000000 overflows int ``` ## Tasks ## * [ ] Create a version of `const.go` for ARM that doesn't have those two numbers * [ ] ALTERNATIVE SOLUTION: use `int64` for `NumberWords`
Tasks
const.gofor ARM that doesn't have those two numbersint64forNumberWords