This commit is contained in:
Joel Dice
2007-11-05 07:28:46 -07:00
parent 514be2dc87
commit 6c0e0c37e2
8 changed files with 76 additions and 48 deletions

View File

@ -14,11 +14,9 @@ public class Misc {
return s;
}
public static void main(String[] args) throws Exception {
public static void main(String[] args) {
boolean v = Boolean.valueOf("true");
ClassLoader.getSystemClassLoader().toString();
int a = 2;
int b = 2;
int c = a + b;