Initial commit
hello-world/pipeline/head This commit looks good

This commit is contained in:
2026-05-03 09:02:01 +01:00
commit 4d255fdcad
4 changed files with 40 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
#include <iostream>
int main() {
std::cout << "Hello, world!" << std::endl;
return 0;
}