Skip to content

Commit

Permalink
Update Runner.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
ogesaku2 authored Oct 27, 2024
1 parent 6c20fb9 commit be07645
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 be07645

Please sign in to comment.