https://github.com/python/cpython
Raw File
Tip revision: 1dd9be6584413fbfa823f37a224f101b819505d1 authored by Pablo Galindo on 06 December 2022, 18:30:42 UTC
Python 3.10.9
Tip revision: 1dd9be6
empty.c
#include <windows.h>
int __stdcall
WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
{
    return 0;
}
back to top