Skip to content

Instantly share code, notes, and snippets.

@wirasetiawan29
Created November 14, 2015 05:27
Show Gist options
  • Save wirasetiawan29/0f930725a2745d2a3629 to your computer and use it in GitHub Desktop.
Save wirasetiawan29/0f930725a2745d2a3629 to your computer and use it in GitHub Desktop.
if message1 == message2 {
println("Same message")
} else {
println("Not the same message")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment