https://github.com/python/cpython
Raw File
Tip revision: 9a2d5311d1201818d3942b1ea1ab2ad290b45254 authored by Ɓukasz Langa on 06 June 2023, 13:32:21 UTC
Python 3.8.17
Tip revision: 9a2d531
empty.c
#include <windows.h>
int __stdcall
WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
{
    return 0;
}
back to top