mirror of
https://github.com/microsoft/terminal.git
synced 2026-05-20 13:57:43 +00:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user