Files
How2UseActions/main.cpp
cat 6ed385fb1d
Some checks failed
Compile / Compile (push) Failing after 4s
Added new feature
2026-01-06 19:47:42 +02:00

9 lines
124 B
C++

#include <iostream>
int main() {
std::cout << "Hello world" << std::endl;
std::cou << "Second thing\n";
return 0;
}