cities new line

This commit is contained in:
Mert Gör 🇹🇷 2024-01-08 17:29:39 +03:00
parent fa3e1703c6
commit 62fdc454d7
Signed by: hwpplayer1
GPG key ID: 03E547D043AB6C8F

View file

@ -11,4 +11,8 @@ func Demo2() {
cities[4] = "Diyarbakır" cities[4] = "Diyarbakır"
fmt.Println(cities) fmt.Println(cities)
for i := 0; i < 5; i++ {
fmt.Println(cities[i])
}
} }