Staging
v0.5.1
Revision d93605de7232da5e6a182fd1d5c220639e900159 authored by Łukasz Langa on 29 August 2019, 21:59:20 UTC, committed by Łukasz Langa on 29 August 2019, 21:59:20 UTC
1 parent 25a044e
Raw File
empty.c
#include <windows.h>
int __stdcall
WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
{
    return 0;
}
back to top