mirror of
https://github.com/corda/corda.git
synced 2025-06-22 09:08:49 +00:00
snapshot
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user