Merge with both A and B

This commit is contained in:
2023-03-21 13:44:58 +11:00
parent ab30ed4552
commit 9bf0c3ade5

View File

@@ -2,6 +2,7 @@ package gittest;
public class Main {
public static void main(String[] args) {
A a = new A();
B b = new B();
}
}