Title: [C#] #include text.dll namespace main{ function main()[standardArgs]{ Author: I_wesley125 Pastebin link: http://pastebin.com/sRznLAtq First Edit: Friday 17th of May 2013 03:07:41 AM CDT Last Edit: Friday 17th of May 2013 03:07:41 AM CDT #include text.dll   namespace main{                 function main()[standardArgs]{                                 Console.Writeline("Hello World");                 Console.Append("Hello");                 //The output is Hello World Hello         }                         }