"Untitled" By I_wesley125 (https://pastebin.com/u/I_wesley125) URL: https://pastebin.com/5wAnYWZB Created on: Sunday 14th of July 2013 12:30:20 PM CDT Retrieved on: Friday 30 of October 2020 11:42:39 AM UTC include 'win32ax.inc' .code start: invoke MessageBox,HWND_DESKTOP,"I'm a hello world program nig nog",invoke GetCommandLine,MB_OK invoke ExitProcess,0 .end start