Here's a C# console application that prints the infamous "Why are we still here? Just to suffer?" quote:
main.cs178 chars11 lines
This program defines a string variable meme
that stores the meme, and then prints it to the console using the Console.WriteLine
method.
gistlibby LogSnag