We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4c3887 commit e2f18ecCopy full SHA for e2f18ec
1 file changed
HelloWorld.java
@@ -4,6 +4,7 @@
4
*/
5
public class HelloWorld {
6
public static void main(String[] args) {
7
- System.out.println("Hello, SFIT123");
+ System.out.println("Hello, SFIT");
8
+ System.out.println("WELCOME TO THE DEVOPS LAB");
9
}
10
0 commit comments