Skip to content

Commit 98b5d26

Browse files
committed
hello world!
1 parent 9c718f8 commit 98b5d26

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
package s4j.java;
2+
3+
public class HelloWorld {
4+
public static void main(String... args) {
5+
System.out.println("Hello World!");
6+
}
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
package s4j.scala.chapter02
2+
3+
object HelloWorld extends App {
4+
5+
println("Hello World!")
6+
7+
}

0 commit comments

Comments
 (0)