Skip to content

Commit 39719f0

Browse files
ogesaku2ogesaku
authored andcommitted
Update Runner.kt
1 parent bc4748e commit 39719f0

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)