Skip to content

Instantly share code, notes, and snippets.

@igorgue
Created September 10, 2008 19:03
Show Gist options
  • Save igorgue/10014 to your computer and use it in GitHub Desktop.
Save igorgue/10014 to your computer and use it in GitHub Desktop.
using System;
class ThiClass
{
public static int Main (string [] args)
{
Console.WriteLine ("Igor");
return 0;
}
}
@hafei
Copy link

hafei commented May 8, 2017

You‘re really boring

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment