Skip to content

Commit 7a1d8c9

Browse files
Hello W
0 parents  commit 7a1d8c9

File tree

4 files changed

+15
-0
lines changed

4 files changed

+15
-0
lines changed

Kotlin-JVM-Tutorials.iml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<module type="JAVA_MODULE" version="4">
3+
<component name="NewModuleRootManager" inherit-compiler-output="true">
4+
<exclude-output />
5+
<content url="file://$MODULE_DIR$">
6+
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
7+
</content>
8+
<orderEntry type="inheritedJdk" />
9+
<orderEntry type="sourceFolder" forTests="false" />
10+
<orderEntry type="library" name="KotlinJavaRuntime" level="project" />
11+
</component>
12+
</module>
1.03 KB
Binary file not shown.
Binary file not shown.

src/FirstKotlinApp.kt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
fun main(args: Array<String>){
2+
println("Hello World. First program in kotlin")
3+
}

0 commit comments

Comments
 (0)