Skip to content

Instantly share code, notes, and snippets.

Created January 22, 2017 01:23
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 anonymous/df0ea1d781d2874e68829883cf20b246 to your computer and use it in GitHub Desktop.
Save anonymous/df0ea1d781d2874e68829883cf20b246 to your computer and use it in GitHub Desktop.
reference code demo
public class MainClass{
public void Main(){
Console.Writeline("Hello CSharp.");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment