2025-04-27 07:49:33 -04:00

8 lines
100 B
C

#include "windows.h"
int
WinMain( HINSTANCE x, HINSTANCE y, LPSTR z, int a )
{
return(0);
}