jetbrains-academy / kotlin-onboarding-introduction

The introduction to the Kotlin Onboarding course
MIT License
9 stars 2 forks source link

Task 6 with wrong println instruction/example Introduction/The first day with programming/Complete the Project #114

Closed edutools-service closed 1 year ago

edutools-service commented 1 year ago

println($firstQuestion) should be println(firstQuestion)

nbirillo commented 1 year ago

Duplicate with issue#107