Problem? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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 Answer
0
The language?
22nd Dec 2022, 2:53 PM
Antony
Antony - avatar