Skip to content

Commit

Permalink
Update 03 input example to use println
Browse files Browse the repository at this point in the history
  • Loading branch information
alexstaeding committed Oct 2, 2023
1 parent 4f4a28a commit 1faa36c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lecture/03_Variablen/listings/input.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Texteingabe mit Fragetext
print("Wie heißt du? ")
println("Wie heißt du?")
val name = readln()

// Ausgabe
Expand Down

0 comments on commit 1faa36c

Please sign in to comment.