about summary refs log tree commit diff stats
path: root/407print-int32-decimal-right-justified.mu
Commit message (Collapse)AuthorAgeFilesLines
* 7013Kartik Agaram2020-10-121-53/+2
|
* 6855Kartik Agaram2020-09-251-41/+40
| | | | | Get rid of cutesy justify thresholds. They didn't actually save me any trouble, and they won't generalize to other literals besides ints.
* 6833 - tile: right-justify for negative numbersKartik Agaram2020-09-221-32/+46
|
* 6832 - tile: right-justify numbersKartik Agaram2020-09-221-0/+52
Fails noisily for negative integers so far.