Skip to content

Commit

Permalink
l1-s8 add common code sample
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex009 committed Sep 5, 2019
1 parent 24949ce commit 9b174df
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions mpp-library/src/commonMain/kotlin/HelloWorld.kt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/*
* Copyright 2019 IceRock MAG Inc. Use of this source code is governed by the Apache 2.0 license.
*/

object HelloWorld {
fun print() {
println("hello common world")
}
}

0 comments on commit 9b174df

Please sign in to comment.