Google PrettyPrint 테스트

public class PrettyPrintTestClass {
  public static final int VAR1 = 20;
  public int mVar1 = 200;
  public static void main(String[] args) {
    System.out.println("Google PrettyPrint Test!");
    System.exit(0);
  }
}
그다지 Pretty하진 않은데...ㅠㅠ

0 댓글