Skip to content

Commit d1bf04f

Browse files
authored
updated Hello.java
changed the text as "jenkins" for "world"
1 parent 8107978 commit d1bf04f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Hello.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
public class Hello {
22
public static void main(String[] args) {
33
// Prints "Hello, World" in the terminal window.
4-
System.out.println("Hello, World");
4+
System.out.println("Hello, Jenkins");
55
}
6-
}
6+
}

0 commit comments

Comments
 (0)