Last active
June 12, 2017 09:05
-
-
Save truongngoclinh/d47763e186f74c928195323bdd8a7262 to your computer and use it in GitHub Desktop.
KotlinVsSwift3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<p align="center"> | |
<img alt="Kotlin" src="http://antonioleiva.com/wp-content/uploads/2015/03/kotlin.png"> | |
</p> | |
<p align="center"> | |
<img alt="Swift" src="https://cdn1.macworld.co.uk/cmsdata/features/3523633/swift_3_thumb800.jpg"> | |
</p> | |
# Kotlin vs Swift 3 | |
> Kotlin vs Swift 3 - How they are different! | |
--- | |
> Kotlin | |
```java | |
System.out.print("Amit Shekhar"); | |
System.out.println("Amit Shekhar"); | |
``` | |
> Swift | |
```kotlin | |
print("Amit Shekhar") | |
println("Amit Shekhar") | |
``` | |
--- |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment