Skip to content

Commit bcff263

Browse files
authored
ed
ed
1 parent 8d4c384 commit bcff263

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, asdf ");
4+
System.out.println("Hello, ed ");
55
}
66
}

0 commit comments

Comments
 (0)