Staging
v0.8.1
Revision 10dabbf8d2c1c929f6ac395e19c64b361bd58fdd authored by Miss Islington (bot) on 09 April 2020, 18:55:00 UTC, committed by GitHub on 09 April 2020, 18:55:00 UTC
(cherry picked from commit ac2cfe6631b77a2005d8f16f034dbb6154f04ab2)

Co-authored-by: Jimmy Yang <codingExpert123@gmail.com>
1 parent cd8e1da
Raw File
empty.c
#include <windows.h>
int __stdcall
WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
{
    return 0;
}
back to top