Skip to content

Commit f04167f

Browse files
committed
add day1 hello world
1 parent 6c40a0e commit f04167f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

day1/Example.java

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

day1/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ https://en.wikipedia.org/wiki/Java_(programming_language)
66
## Where is it used
77
1. Server side applications
88
2. Android apps
9-
3. Desktop (GUI)
9+
3. Desktop (GUI)

0 commit comments

Comments
 (0)