Skip to content

Commit

Permalink
Merge pull request #6 from PawWithU/test
Browse files Browse the repository at this point in the history
ktlint ํ…Œ์ŠคํŠธ ์ž…๋‹ˆ๋‹ค
  • Loading branch information
mjkim1019 authored Oct 21, 2023
2 parents 605c999 + a2e3316 commit 3a7b371
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
package com.kusitms.connectdog.feature.main

class Test {
val test: String = "ktlint ํ…Œ์ŠคํŠธ ์ž…๋‹ˆ๋‹ค"

fun ktlintTest() {
print(test)
}
}

0 comments on commit 3a7b371

Please sign in to comment.