"Untitled" By I_wesley125 (https://pastebin.com/u/I_wesley125) URL: https://pastebin.com/sRznLAtq Created on: Friday 17th of May 2013 03:07:41 AM CDT Retrieved on: Friday 30 of October 2020 11:42:48 AM UTC #include text.dll namespace main{ function main()[standardArgs]{ Console.Writeline("Hello World"); Console.Append("Hello"); //The output is Hello World Hello } }