Merge branch 'dev/migrie/b/15803-activate-dont-copypasta' of https://github.com/microsoft/terminal into dev/migrie/b/15803-activate-dont-copypasta

This commit is contained in:
Mike Griese
2024-04-01 09:39:50 -05:00

View File

@@ -2,9 +2,12 @@
// 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;
}