Skip to content

Instantly share code, notes, and snippets.

@skooltch84
Created September 24, 2016 20:09
Show Gist options
  • Save skooltch84/ad814efe229ad11c4b7f60500dacc29a to your computer and use it in GitHub Desktop.
Save skooltch84/ad814efe229ad11c4b7f60500dacc29a to your computer and use it in GitHub Desktop.
Writing to the console
static void Main() {
System.Console.Write("What is your favourite animal?");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment