Skip to content

Instantly share code, notes, and snippets.

@jonghwanhyeon
Created February 11, 2014 16:48
Show Gist options
  • Save jonghwanhyeon/8938792 to your computer and use it in GitHub Desktop.
Save jonghwanhyeon/8938792 to your computer and use it in GitHub Desktop.
public class a {
public static void main(String args[]) {
System.out.println(String.format("%5d%5d%5d", 1, 2, 3));
System.out.println(String.format("%5d%5d%5d", 11, 22, 33));
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment