[#18] 코드 정리 및 일부 컨벤션 통일 #19

Merged
pricelees merged 24 commits from refactor/#18 into main 2025-07-22 09:05:31 +00:00
Showing only changes of commit c857480753 - Show all commits

View File

@ -194,7 +194,3 @@ object SampleTossPaymentConst {
} }
""".trimIndent() """.trimIndent()
} }
fun main() {
println((amount / 1.1).roundToLong())
}