Skip to content

Instantly share code, notes, and snippets.

@muizidn
Created August 30, 2017 23:54
Show Gist options
  • Save muizidn/cd86c0cdb818d52ad30ce24dbcb3fcf5 to your computer and use it in GitHub Desktop.
Save muizidn/cd86c0cdb818d52ad30ce24dbcb3fcf5 to your computer and use it in GitHub Desktop.
Simple Hello World in C#
using System;
class Program {
static void Main() {
Console.Writeline( "Hello World" );
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment