2
Bibbit
4y

Not really an impressive one, but I think it's blasphemous enough to be mentioned:

Creating an embedded application, it was not supported to print a float using optimized libraries (understandable since they're not really supposed to be used anyways), but I was too lazy to convert clocks to a time unit by hand while running benchmarks. So I just printed the float as two integers, splitting it to one for the whole and one for the thousands.

Comments
Add Comment