Skip to content

Commit

Permalink
test(samples): add new samples
Browse files Browse the repository at this point in the history
  • Loading branch information
kotlin-samples-pusher-bot committed Oct 26, 2023
1 parent 295f43a commit 68e7945
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
fun printMessageWithPrefix(message: String, prefix: String = "Info") {
fun printMessageWithPrefix(message: String, prefix: String) {
println("[$prefix] $message")
}

Expand Down

0 comments on commit 68e7945

Please sign in to comment.