Skip to content

Commit 9b174df

Browse files
committed
l1-s8 add common code sample
1 parent 24949ce commit 9b174df

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/*
2+
* Copyright 2019 IceRock MAG Inc. Use of this source code is governed by the Apache 2.0 license.
3+
*/
4+
5+
object HelloWorld {
6+
fun print() {
7+
println("hello common world")
8+
}
9+
}

0 commit comments

Comments
 (0)