We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 151a90e commit 3553a58Copy full SHA for 3553a58
src/joe/dev/demo/HelloWorld.java
@@ -7,6 +7,7 @@ public class HelloWorld {
7
* @param args
8
*/
9
public static void main(String[] args) {
10
+ // say hello git world test5
11
System.out.println("Hello Git world !");
12
}
13
0 commit comments