Staging
v0.8.1
https://github.com/python/cpython
Revision 95805109583c8f1fc358f5f9c82098040b0bfa9e authored by Benjamin Peterson on 05 November 2014, 16:27:14 UTC, committed by Benjamin Peterson on 05 November 2014, 16:27:14 UTC
1 parent 57b00ed
Raw File
Tip revision: 95805109583c8f1fc358f5f9c82098040b0bfa9e authored by Benjamin Peterson on 05 November 2014, 16:27:14 UTC
use pythontest.net for url fragment test
Tip revision: 9580510
empty.c
#include <windows.h>
int __stdcall
WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
{
    return 0;
}
back to top