corda/input/Test.java

8 lines
90 B
Java
Raw Normal View History

public class Test {
public static void main(String[] args) {
int a = 2 + 2;
}
}