From eaf94c05c29a8d2f70ea2963f940f25d82025873 Mon Sep 17 00:00:00 2001 From: Mathieu Westphal Date: Tue, 16 Dec 2025 08:23:05 +0100 Subject: [PATCH] try style checks --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index 0ff312b..6b5abb3 100644 --- a/main.cpp +++ b/main.cpp @@ -2,5 +2,5 @@ int main() { - std::cout << "Hello world\n"; + std::cout << "Helllo world\n"; }