google has a few answers out there, ;)
Thanks, didn't know console works here xD
just use Console.WriteLine() on the inputs, looping for the names:
Console.WriteLine()
foreach(string x in names) { Console.WriteLine(x); }
This comment is hidden because it contains spoiler information about the solution
Loading collection data...
google has a few answers out there, ;)
Thanks, didn't know console works here xD
just use
Console.WriteLine()
on the inputs, looping for the names:This comment is hidden because it contains spoiler information about the solution