Added new feature
Some checks failed
Compile / Compile (push) Failing after 4s

This commit is contained in:
2026-01-06 19:47:42 +02:00
parent 7d8dcd7f1d
commit 6ed385fb1d

View File

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