Merge remote-tracking branch 'origin/master'

# Conflicts:
#	src/gittest/Main.java
This commit is contained in:
Immanuel Alvaro Bhirawa 2023-03-21 13:46:34 +11:00
commit 5845c41582

View File

@ -3,5 +3,7 @@ package gittest;
public class Main {
public static void main(String[] args) {
C c = new C(); // Test
A a = new A();
B b = new B();
}
}