https://github.com/python/cpython
Raw File
Tip revision: 49965601d6afedafe47cc85556d99b7a24981051 authored by Pablo Galindo on 24 August 2023, 12:45:33 UTC
Python 3.10.13
Tip revision: 4996560
empty.c
#include <windows.h>
int __stdcall
WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
{
    return 0;
}
back to top