Created
February 25, 2016 17:51
-
-
Save minkcv/08ee8b47b2b50fadb3e9 to your computer and use it in GitHub Desktop.
What does this do?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
private String getString(int n) { | |
return String.format("%" + n + "s", " "); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment