Skip to content

Instantly share code, notes, and snippets.

@nk0t
Created December 31, 2012 09:06
Show Gist options
  • Save nk0t/4418439 to your computer and use it in GitHub Desktop.
Save nk0t/4418439 to your computer and use it in GitHub Desktop.
HelloWorld.
using System;
using System.Linq;
using System.Collections.Generic;
class Program
{
static void Main(string[] args)
{
Console.WriteLine(new string(@"`;,@@^|/[,_~\]".Select((c, i) => (char)(c ^ "(^@,/~+@)@;_}|"[i])).ToArray()));
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment