forked from jmstechhome8/java_hello_word
-
Notifications
You must be signed in to change notification settings - Fork 0
/
HelloWorld.java
17 lines (17 loc) · 856 Bytes
/
HelloWorld.java
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
public class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello, Devops Guys");
System.out.println("Hello, Devops Guys");
System.out.println("Hello, Devops Guys");
System.out.println("Hello, Devops Guys");
System.out.println("Hello, Devops Guys added another line");
System.out.println("Hello, Devops Guys added another line");
System.out.println("Hello, Devops Guys added another line");
System.out.println("Hello, Devops Guys added another line");
System.out.println("Hello, Devops Guys added another line");
System.out.println("Hello, Devops Guys added another line");
System.out.println("Hello, Devops Guys added another line");
System.out.println("Hello, Devops Guys added another line");
System.out.println("Hello, Devops Guys added another line for webhook");
}
}