Hello, World!

This commit is contained in:
2026-02-14 10:03:04 +01:00
commit db06671f56
4 changed files with 13 additions and 0 deletions

3
src/main.cc Normal file
View File

@@ -0,0 +1,3 @@
#include <iostream>
int main() { std::cout << "Hello, World!\n"; }