Skip to content

Commit 18b2870

Browse files
committed
Initial commit
1 parent ccc5b03 commit 18b2870

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
bin
2+
.idea/*

src/problems/HelloWorld.java

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
package problems;
2+
3+
public class HelloWorld {
4+
5+
public static void main(String[] args) {
6+
System.out.println("Hello world");
7+
}
8+
9+
}

0 commit comments

Comments
 (0)