
; Ǽ example of simplified Windows programming using complex macro features

include 'win32ax.inc' ; you can simply switch between win32ax, win32wx, win64ax and win64wx here

.code

  ǼЉ:
	invoke	MessageBox,HWND_DESKTOP,"ǼЉ Hi! I'm the example program! ǼЉ",invoke GetCommandLine,MB_OK
	invoke	ExitProcess,0

.end ǼЉ
