Search Results

2
votes

Convert haskell Int with leading zero to String

Depending on what you are planning to do you might want to store the "08" as a string and only convert to int when you need the value. …