gittest: Added comment

This commit is contained in:
2023-03-21 13:22:23 +11:00
parent 626dc8ff41
commit c9d78fc3a0

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!");