https://github.com/python/cpython
Raw File
Tip revision: 0a7dcbdb13f1f2ab6e76e1cff47e80fb263f5da0 authored by Ɓukasz Langa on 03 May 2021, 14:54:42 UTC
Python 3.9.5
Tip revision: 0a7dcbd
empty.c
#include <windows.h>
int __stdcall
WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
{
    return 0;
}
back to top