Add missing newline character

This commit is contained in:
Firas Khalil Khana
2021-06-08 11:19:26 +03:00
committed by İnanç Gümüş
parent 0670c8dff7
commit 9efecb311f
@@ -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)
}