We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 31ab525 + 11732ae commit 620ce3eCopy full SHA for 620ce3e
1 file changed
FirstProgram.java
@@ -3,5 +3,6 @@ public class Test
3
public static void main(String[] args) // this is main method
4
{
5
System.out.println("Hello World!");
6
+ System.out.println("Branches");
7
}
8
0 commit comments