that's what I get for trying to be fancy with git

This commit is contained in:
Mike Griese
2024-04-01 09:41:05 -05:00
parent 3f5889e50e
commit 0a9ad5d453

View File

@@ -2,12 +2,9 @@
// Licensed under the MIT license.
#include <windows.h>
#include <stdio.h>
// This wmain exists for help in writing scratch programs while debugging.
int __cdecl wmain(int /*argc*/, WCHAR* /*argv[]*/)
{
wprintf(L"Hello \n goodbye \n");
return 0;
}