Skip to content

Instantly share code, notes, and snippets.

@SiAust
Created June 12, 2020 10:41
Show Gist options
  • Save SiAust/84f27008ed2bc04157edcb75b5311f66 to your computer and use it in GitHub Desktop.
Save SiAust/84f27008ed2bc04157edcb75b5311f66 to your computer and use it in GitHub Desktop.
Bumps the text by filling space.
// Bumps the text by filling space to the left with whitespace
System.out.printf("%20s%n", "hello:");
System.out.printf("%20s%n", "hello my old friend:");
System.out.printf("%20s%n", "hello, again:");
System.out.printf("%20s%n", "hello, once more:");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment