prog.c 156 B

1234567891011
  1. #include<windows.h>
  2. int APIENTRY
  3. WinMain(
  4. HINSTANCE hInstance,
  5. HINSTANCE hPrevInstance,
  6. LPSTR lpszCmdLine,
  7. int nCmdShow) {
  8. return 0;
  9. }