0

Problem?

package main import "fmt" //create the route() function func main() { var n int fmt.Scanln(&n) var cities []string //take n strings as input and append them to the slice // route(cities...) }

12th Nov 2022, 11:34 AM
Fahad Khan
Fahad Khan - avatar
1 Réponse
0
The language?
22nd Dec 2022, 2:53 PM
Antony
Antony - avatar