Skip to content

Instantly share code, notes, and snippets.

@clevertension
Created May 15, 2014 13:13
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 clevertension/13e8d3e04ee702987884 to your computer and use it in GitHub Desktop.
Save clevertension/13e8d3e04ee702987884 to your computer and use it in GitHub Desktop.
Hello2.cs
using System;
public class Hello2
{
public static void Main() {
Console.WriteLine("aa");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment