Skip to content

Commit 0c196b0

Browse files
authored
Create Date.java
1 parent ce03ee9 commit 0c196b0

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

ch02/Date.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
public class Hello {
2+
public static void main(String[] args) {
3+
System.out.println("Hello, world.");
4+
}
5+
}

0 commit comments

Comments
 (0)