mirror of
https://github.com/krahets/hello-algo.git
synced 2026-08-27 02:27:12 +00:00
fix(Kotlin): Remove empty lines (#1264)
This commit is contained in:
@@ -36,4 +36,4 @@ fun main() {
|
||||
// 贪心算法
|
||||
val res = maxProductCutting(n)
|
||||
println("最大切分乘积为 $res")
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user