https://github.com/python/cpython
Raw File
Tip revision: f43e7678a1443b2583fc9bfba091b8ca7e38f075 authored by Ɓukasz Langa on 06 September 2022, 18:54:44 UTC
Python 3.8.14
Tip revision: f43e767
empty.c
#include <windows.h>
int __stdcall
WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
{
    return 0;
}
back to top