Skip to content

Instantly share code, notes, and snippets.

@truongngoclinh
Last active June 12, 2017 09:05
Show Gist options
  • Save truongngoclinh/d47763e186f74c928195323bdd8a7262 to your computer and use it in GitHub Desktop.
Save truongngoclinh/d47763e186f74c928195323bdd8a7262 to your computer and use it in GitHub Desktop.
KotlinVsSwift3
<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