Fixing a spelling mistake
All checks were successful
Compile / Compile (push) Successful in 4s

This commit is contained in:
2026-01-06 19:49:34 +02:00
parent 6ed385fb1d
commit 1cc6aeefd2

View File

@@ -2,7 +2,7 @@
int main() {
std::cout << "Hello world" << std::endl;
std::cou << "Second thing\n";
std::cout << "Second thing\n";
return 0;
}