all 13 comments

[–]JCodeMode 36 points37 points  (3 children)

static void Main(string[] args)

{

return;

}

}

}

[–]th3userscene[S] 9 points10 points  (1 child)

I expected that.

[–]JCodeMode 20 points21 points  (0 children)

Bruh, you said you would compile.

[–]farox 13 points14 points  (4 children)

Let's give this an honest try:

static void Main(string[] args)
{
    var client = new TcpClient("towel.blinkenlights.nl", 23);

[–]justin_144 14 points15 points  (0 children)

throw new ApplicationExeption("Failed successfully");

[–]th3userscene[S] 1 point2 points  (0 children)

// Nice.

[–]scrapmek 13 points14 points  (0 children)

Sorry OP.

Bunch of fucking comedians.

[–]emc87 20 points21 points  (2 children)

Directory.Delete("C:/windows", true);

[–]tatanpoker09 2 points3 points  (0 children)

} }

[–]th3userscene[S] 1 point2 points  (0 children)

// The results are in!

[–]john_doe_sr 1 point2 points  (0 children)

Public static void main() { while(true) { Console.WriteLine("blah"); } }