Skip to content

Commit 43504c8

Browse files
committed
l1-s14 add ios specific hello world
1 parent 58f5caa commit 43504c8

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
/*
2+
* Copyright 2019 IceRock MAG Inc. Use of this source code is governed by the Apache 2.0 license.
3+
*/
4+
5+
import platform.Foundation.NSLog
6+
7+
object IosHelloWorld {
8+
fun print() {
9+
NSLog("hello ios world")
10+
}
11+
}

0 commit comments

Comments
 (0)