Skip to content

Commit 50e0108

Browse files
Create Main.java
1 parent 0ee0adf commit 50e0108

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

src/Main.java

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
import java.util.Date;
2+
3+
public class Main {
4+
public static void main(String[] args) {
5+
Date currentDate = new Date();
6+
System.out.println("Hello, Docker! Current date: " + currentDate);
7+
}
8+
}

0 commit comments

Comments
 (0)