Created
April 27, 2011 23:13
-
-
Save anonymous/945443 to your computer and use it in GitHub Desktop.
I SHARED CODE WITH STFU and CODE!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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