new test program

This commit is contained in:
ChUrl
2020-12-11 17:38:11 +01:00
parent e6723f4112
commit 1c62dbdfa5

View File

@ -0,0 +1,5 @@
class MyClass {
public static void main(String[] args) {
int a = 1 + 2 * 3;
}
}