There was an error while loading. Please reload this page.
1 parent 24949ce commit 9b174dfCopy full SHA for 9b174df
1 file changed
mpp-library/src/commonMain/kotlin/HelloWorld.kt
@@ -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