Skip to content

Instantly share code, notes, and snippets.

@evanxg852000
Created November 20, 2016 13:05
Show Gist options
  • Save evanxg852000/b5bed87990c4a2c09763233d7b48fce1 to your computer and use it in GitHub Desktop.
Save evanxg852000/b5bed87990c4a2c09763233d7b48fce1 to your computer and use it in GitHub Desktop.
C Sharp hello world
using System;
namespace App {
class Program {
static void Main(string[] args){
Console.Writeline("Hello World!");
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment