Skip to content

Instantly share code, notes, and snippets.

@JoshVarty
Created August 18, 2015 20:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JoshVarty/63dadc37fbf0eafdf906 to your computer and use it in GitHub Desktop.
Save JoshVarty/63dadc37fbf0eafdf906 to your computer and use it in GitHub Desktop.
char key = Console.ReadKey();
if(key == 'A')
{
Console.WriteLine("You pressed A");
}
else
{
Console.WriteLine("You didn't press A");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment