Skip to content

Instantly share code, notes, and snippets.

@xinmyname
Created January 27, 2011 22:44
Show Gist options
  • Save xinmyname/799463 to your computer and use it in GitHub Desktop.
Save xinmyname/799463 to your computer and use it in GitHub Desktop.
my signature
using System;public class
Sig{public static void Main()
{for(int i=65;;i=i>82?65:i+9)
Console.Write((char)i);}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment