Add missing newline character

This commit is contained in:
Firas Khalil Khana
2021-05-01 13:21:54 +03:00
committed by İnanç Gümüş
parent 0670c8dff7
commit 9efecb311f

View File

@ -34,5 +34,5 @@ func main() {
// not to the if statement above
// UNCOMMENT ALSO LINES BELOW TO SEE IT IN ACTION:
// fmt.Printf("n is %d. 👻 👻 👻 - you've been shadowed ;-)", n)
// fmt.Printf("n is %d. 👻 👻 👻 - you've been shadowed ;-)\n", n)
}