Skip to content

Commit 8c1e792

Browse files
authored
Merge pull request #1 from ndetloff/ndetloff-patch-2
Update Hello.java
2 parents 6b758bd + cea2427 commit 8c1e792

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

ch01/Hello.java

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,11 @@ public static void main(String[] args) {
66
}
77

88
}
9+
10+
public class Hello [
11+
public static void main(String[]args) {
12+
//generate some simple output
13+
System.out.println("Hello, World!");
14+
}
15+
}
16+

0 commit comments

Comments
 (0)