Skip to content

Instantly share code, notes, and snippets.

@jacob-faber
Created August 6, 2017 05:53
Show Gist options
  • Save jacob-faber/73a21377c07ed172a2d4cf91fdec3a8a to your computer and use it in GitHub Desktop.
Save jacob-faber/73a21377c07ed172a2d4cf91fdec3a8a to your computer and use it in GitHub Desktop.
fun main(args: Array<String>) {
`fuck this shit`()
` `()
ľščťžýáél9()
}
fun `fuck this shit`() {
println("Hello from `fuck this shit`")
}
fun ` `() {
println("Hello from ` `")
}
fun ľščťžýáél9() {
println("Hello from ľščťžýáél9")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment