gittest: Added B

This commit is contained in:
Nathan Woodburn 2023-03-21 13:44:10 +11:00
parent 96f420bef5
commit ab30ed4552
Signed by: nathanwoodburn
GPG Key ID: 203B000478AD0EF1

View File

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