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