diff --git a/src/tools/scratch/main.cpp b/src/tools/scratch/main.cpp index c6f9cc901a..e18092b500 100644 --- a/src/tools/scratch/main.cpp +++ b/src/tools/scratch/main.cpp @@ -2,9 +2,12 @@ // Licensed under the MIT license. #include +#include // 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; }