Skip to content

Instantly share code, notes, and snippets.

Created April 27, 2011 23:13
Show Gist options
  • Save anonymous/945443 to your computer and use it in GitHub Desktop.
Save anonymous/945443 to your computer and use it in GitHub Desktop.
I SHARED CODE WITH STFU and CODE!
using System;
using System.Linq;
public class Foo
{
public static void Main()
{
// STFU and Code Here!
var i = 42;
Console.WriteLine("The answer is: " + i + "!");
Console.ReadKey();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment