gittest: Main

This commit is contained in:
Nathan Woodburn 2023-03-21 13:36:19 +11:00
parent c9d78fc3a0
commit 352e14d421
Signed by: nathanwoodburn
GPG Key ID: 203B000478AD0EF1

View File

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