You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _posts/2015-03-20-hello-world.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,19 @@ public class HelloWorld {
20
20
}
21
21
```
22
22
23
+
Sure, the number of lines can decrease considerable if you use variant:
24
+
25
+
```java
26
+
publicclassHelloWorld {
27
+
28
+
publicstaticvoidmain(String[] args) {
29
+
Pippo.send("Hello World!");
30
+
}
31
+
32
+
}
33
+
```
34
+
if you consider that in first variant they are too many lines of code.
35
+
23
36
You can run [HelloWorld]({{ site.demourl }}/pippo-demo-basic/src/main/java/ro/pippo/demo/basic/HelloWorld.java) from your IDE (or command line) as a normal (desktop) application.
24
37
The `default port` for the embedded web server is __8338__ so open your internet browser and type `http://localhost:8338` to
0 commit comments