From 0a9ad5d453605141978a94c48b352bc9bad895fb Mon Sep 17 00:00:00 2001 From: Mike Griese Date: Mon, 1 Apr 2024 09:41:05 -0500 Subject: [PATCH] that's what I get for trying to be fancy with git --- src/tools/scratch/main.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/tools/scratch/main.cpp b/src/tools/scratch/main.cpp index e18092b500..c6f9cc901a 100644 --- a/src/tools/scratch/main.cpp +++ b/src/tools/scratch/main.cpp @@ -2,12 +2,9 @@ // 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; }