VarrienceLvl 25
- Edited
Binary_Coder it zero's out because the max number it can handle it 253 which is longer than an int but shorter than a long very weird right (it also doesn't support big ints so don't even try)! so i split the number as you can see it takes the first 6 as hex since it's shorter but it's actually longer to write 40,594 in hex so i opted for that instead.... also didn't know that was a stack topic that's the shortest way possible to match what i wanted to match
Ravage and if we get to use anything to generate output rather than actual code char count I'll try a different approach