1
1
Fork 0
AtomicKotlinCourse/Programming Basics/String Templates/Exercise 2/task.md

249 B

String Templates (#2)

Implement a record() function that returns a String in the form: index [status] message, where each item is passed into record() as a parameter. record() should add a line break (\n) at the end of the String.