We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c40a0e commit f04167fCopy full SHA for f04167f
day1/Example.java
@@ -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
@@ -6,4 +6,4 @@ https://en.wikipedia.org/wiki/Java_(programming_language)
6
## Where is it used
7
1. Server side applications
8
2. Android apps
9
-3. Desktop (GUI)
+3. Desktop (GUI)
0 commit comments