https://github.com/python/cpython
Raw File
Tip revision: 72f00f420afaba3bc873c2a986ca6d07e99fae1f authored by Pablo Galindo on 30 May 2022, 21:16:21 UTC
Python 3.11.0b2
Tip revision: 72f00f4
empty.c
#include <windows.h>
int __stdcall
WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
{
    return 0;
}
back to top