Skip to content

Commit 716008f

Browse files
committed
Create template package
1 parent 17de681 commit 716008f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

com/zayzou/dayxx/DayXX.java

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

0 commit comments

Comments
 (0)