mirror of
https://github.com/microsoft/terminal.git
synced 2026-05-18 10:50:44 +00:00
that's what I get for trying to be fancy with git
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user