chore: 디버깅으로 사용했던 임시 main 메서드 제거

This commit is contained in:
이상진 2025-07-22 10:33:41 +09:00
parent f52a511495
commit c857480753

View File

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