using System.Collections.Generic;
using System.Threading.Tasks;
public void Main(string[] args)
int[][] field = new int[][] {
string walkLabel = "walk";
string sadLabel = "So sad, you coud be a hero!";
int totalRatsSlain, totalExpGained;
Console.WriteLine("Hello, traveler. Your quest it to find and slay all the rats in this dark field." +
"\n Walk if you want to venture forth.");
playerChoice = (Console.ReadLine());
if (playerChoice != walkLabel && playerChoice !=yesLabel)
Console.WriteLine(sadLabel);