We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dc203d commit 5062289Copy full SHA for 5062289
src/hello/Hello.java
@@ -0,0 +1,9 @@
1
+package hello;
2
+
3
+public class Hello {
4
5
+ public static void main(String[] args) {
6
+ System.out.println("Hello world of git modified flow");
7
+ }
8
9
+}
0 commit comments