Skip to content

Instantly share code, notes, and snippets.

@JonathanMagnan
Last active November 11, 2017 20:21
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 JonathanMagnan/d3a9307f2254edf18ea7eec2fceddc5e to your computer and use it in GitHub Desktop.
Save JonathanMagnan/d3a9307f2254edf18ea7eec2fceddc5e to your computer and use it in GitHub Desktop.
console
public class Program {
public static void Main(){
int i = 2 + 2;
System.Console.WriteLine("Hello World:" + i);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment