Lt1Gt0/OSu

Print Decimal Issue

Closed this issue · 1 comments

Only decimal values containing 5 digits work properly, anything below 5 digits will not print

There was no need to over complicate things by adding a buffer, just get each decimal value converted to its respective ascii character, push them to the stack, and read downward from the stack