gittest: Main

This commit is contained in:
2023-03-21 13:36:19 +11:00
parent c9d78fc3a0
commit 352e14d421

View File

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