Skip to content

Instantly share code, notes, and snippets.

View timerickson's full-sized avatar

Tim Erickson timerickson

View GitHub Profile
@timerickson
timerickson / gist:945448
Created April 27, 2011 23:16 — forked from anonymous/gist:945443
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 + "!");