From 55a7b4159df1b2ba6cf7f019b8ad276c6e23a689 Mon Sep 17 00:00:00 2001 From: Michael Nasr Date: Wed, 27 Mar 2024 18:31:44 -0400 Subject: [PATCH] no changes final test --- formater-test.cpp | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 formater-test.cpp diff --git a/formater-test.cpp b/formater-test.cpp deleted file mode 100644 index 70360da76..000000000 --- a/formater-test.cpp +++ /dev/null @@ -1,8 +0,0 @@ -#include - -int main() { - int a = 10; - int b = 20; - std::cout << "a: " << a << ", b: " << b << std::endl; - return 0; -}