Skip to content

Files

Latest commit

 

History

History
4 lines (4 loc) · 259 Bytes

notes.md

File metadata and controls

4 lines (4 loc) · 259 Bytes
  • use numbers to add padding in printf. example, %3d will print the integer with 3 spaces worth of padding on the left -> right padding doesn't work -> only positive values -> use . to truncate float value to a certain decimal. .0 for no decimals