https://github.com/python/cpython
Raw File
Tip revision: cc115e5bf66abe909964be5880c96194d9424df9 authored by Pablo Galindo on 02 August 2021, 19:06:40 UTC
Python 3.10.0rc1
Tip revision: cc115e5
empty.c
#include <windows.h>
int __stdcall
WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
{
    return 0;
}
back to top