Staging
v0.5.1
https://github.com/python/cpython
Revision d41ec65ab7411e877ca33d05e8c900feca530635 authored by Zackery Spytz on 28 November 2020, 14:53:39 UTC, committed by GitHub on 28 November 2020, 14:53:39 UTC
1 parent 8085f74
Raw File
Tip revision: d41ec65ab7411e877ca33d05e8c900feca530635 authored by Zackery Spytz on 28 November 2020, 14:53:39 UTC
bpo-42489: Fix the signature for list.sort() in the tutorial (GH-23538)
Tip revision: d41ec65
empty.c
#include <windows.h>
int __stdcall
WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
{
    return 0;
}
back to top