Staging
v0.5.0
https://github.com/python/cpython
Raw File
Tip revision: dfad352267cee3ea581035622a7371bc3b235378 authored by Ned Deily on 12 June 2018, 04:46:50 UTC
3.7.0rc1
Tip revision: dfad352
empty.c
#include <windows.h>
int __stdcall
WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
{
    return 0;
}
back to top