Skip to content

Commit 580ae18

Browse files
committed
initial commit
0 parents  commit 580ae18

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

HelloJava.class

451 Bytes
Binary file not shown.

HelloJava.java

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
package com.jenkinsCI;
2+
3+
public class HelloJava {
4+
5+
public static void main(String[] args) {
6+
// Prints "Hello, World with Jenkins" in the terminal window
7+
System.out.println("Hello, World with Jenkins");
8+
9+
}
10+
11+
}

0 commit comments

Comments
 (0)