removed second A

This commit is contained in:
Nathan Woodburn 2023-03-21 13:45:39 +11:00
parent be847584cd
commit 116067f42e
Signed by: nathanwoodburn
GPG Key ID: 203B000478AD0EF1

View File

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