From 4483a9f98c24385f162467c16b9341fc7644d252 Mon Sep 17 00:00:00 2001 From: orosmatthew Date: Tue, 5 Mar 2024 22:47:30 -0500 Subject: [PATCH] Formatting --- src/main.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index d1cfdc1..6dfdf66 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,7 +1,7 @@ #include -int main() +int main() { - std::cout << "Hello World!" << std::endl; - return EXIT_SUCCESS; + std::cout << "Hello World!" << std::endl; + return EXIT_SUCCESS; } \ No newline at end of file