gittest: Added comment

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

View File

@ -1,7 +1,11 @@
package gittest;
public class B {
/**
* Test method
* @param args
*/
public static void main(String[] args) {
System.out.println("Hello World!");