Skip to content

Commit ab0d3b6

Browse files
authored
Merge pull request #88 from sriaman/patch-1
Update HW.java
2 parents 1f4bc40 + f7a227d commit ab0d3b6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

hello world

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
class HelloWorld
1+
class Test
22
{
33
// Your program begins with a call to main().
4-
// Prints "Hello, World" to the terminal window.
4+
// Prints "Hello World" to the terminal window in Java.
55
public static void main(String args[])
66
{
7-
System.out.println("Hello, World");
7+
System.out.println("Hello World!");
88
}
99
}

0 commit comments

Comments
 (0)