Skip to content

Commit

Permalink
Update Runner.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
ogesaku2 authored and ogesaku committed Oct 27, 2024
1 parent 44b6a5c commit 4ab85b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/com/coditory/sample/Runner.kt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ object Runner {

@JvmStatic
fun main(args: Array<String>) {
log.info { "Hello world!" }
log.info { "Hello world!!!" }
Klog.stopAndFlush()
}
}

0 comments on commit 4ab85b3

Please sign in to comment.