forked from salagarsprabu/git2
-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathHello.java
More file actions
27 lines (24 loc) · 1.26 KB
/
Copy pathHello.java
File metadata and controls
27 lines (24 loc) · 1.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
public class Hello{
public static void main(String args[]){
for (int i=1;i<=10;i++){
System.out.println("Hello World....."+i);
System.out.println("Thanks for the webhooks demo..");
System.out.println("Thanks for the webhooks demo1..");
System.out.println("Thanks for the webhooks demonstration..");
System.out.println("Thanks for the webhooks demonstration 2..");
System.out.println("Thanks for the webhooks demonstration 3..");
System.out.println("Thanks for the webhooks demonstration 4..");
System.out.println("Thanks for the webhooks demonstration 5..");
System.out.println("Thanks for the webhooks demonstration 6..");
System.out.println("Thanks for the webhooks demonstration 8..");
System.out.println("Thanks for the webhooks demonstration 9..");
System.out.println("Thanks for the webhooks demonstration 10..");
System.out.println("Thanks for the webhooks demonstration 11..");
System.out.println("Thanks for the webhooks demonstration 13..");
System.out.println("Thanks for the webhooks demonstration 14..");
System.out.println("Thanks for the webhooks demonstration 15..");
System.out.println("Thanks for the webhooks demonstration 1617..");
System.out.println("Thanks for the webhooks demonstration 18..");
}
}
}