Skip to content

Commit 4598de9

Browse files
authored
test3
test3
1 parent 5a338ba commit 4598de9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Hello.java

Lines changed: 1 addition & 1 deletion
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, TEST2");
4+
System.out.println("Hello, TEST3");
55
}
66
}

0 commit comments

Comments
 (0)