gittest: Added main

This commit is contained in:
Nathan Woodburn 2023-03-21 13:21:46 +11:00
parent d63adea7dc
commit 626dc8ff41
Signed by: nathanwoodburn
GPG Key ID: 203B000478AD0EF1

View File

@ -1,6 +1,11 @@
package gittest;
public class B {
public static void main(String[] args) {
System.out.println("Hello World!");
}
@Override
public String toString() {