Skip to content

Commit

Permalink
WIP: Kotlin
Browse files Browse the repository at this point in the history
  • Loading branch information
gregoire-mullvad committed Sep 27, 2024
1 parent 6ae2453 commit 018908c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions example-files/homoglyph.kt
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
// Allowed in commentsǃ
/* Allowed in
multiline commentsǃ */

fun main(args : Array<String>) {
if environmentǃ="PROD" {
// ...
}
println("Hello, World!")
print("Allowed in stringǃ")
print("""
Allowed in multiline stringǃ
""")
}

0 comments on commit 018908c

Please sign in to comment.