Staging
v0.5.1
https://github.com/python/cpython
Revision f0560d959299358b28234881340245dfa417558e authored by Georg Brandl on 10 February 2014, 21:05:16 UTC, committed by Georg Brandl on 10 February 2014, 21:05:16 UTC
1 parent 8f9c20b
Raw File
Tip revision: f0560d959299358b28234881340245dfa417558e authored by Georg Brandl on 10 February 2014, 21:05:16 UTC
Fix trailing whitespace.
Tip revision: f0560d9
empty.c
#include <windows.h>
int __stdcall
WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
{
    return 0;
}
back to top