Skip to content

Commit be07645

Browse files
authored
Update Runner.kt
1 parent 6c20fb9 commit be07645

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/com/coditory/sample/Runner.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ object Runner {
77

88
@JvmStatic
99
fun main(args: Array<String>) {
10-
log.info { "Hello world!" }
10+
log.info { "Hello world!!!!!" }
1111
Klog.stopAndFlush()
1212
}
1313
}

0 commit comments

Comments
 (0)