(root)/
Python-3.11.7/
PC/
empty.c
       1  #include <windows.h>
       2  int __stdcall
       3  WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
       4  {
       5      return 0;
       6  }