gittest: Added comment
This commit is contained in:
parent
626dc8ff41
commit
c9d78fc3a0
@ -1,7 +1,11 @@
|
||||
package gittest;
|
||||
|
||||
public class B {
|
||||
|
||||
|
||||
/**
|
||||
* Test method
|
||||
* @param args
|
||||
*/
|
||||
public static void main(String[] args) {
|
||||
System.out.println("Hello World!");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user