diff options
| author | Admin Panel <admin-panel@swave.lol> | 2026-03-08 09:53:18 +0000 |
|---|---|---|
| committer | Admin Panel <admin-panel@swave.lol> | 2026-03-08 09:53:18 +0000 |
| commit | eae59f72f55b2903d9cc9c7f97854999977dfb6e (patch) | |
| tree | b79c28f1e6c5e65f3e56f59f7a9db51c2f1c7a38 /hello.cpp | |
feat: hello world [kanban #1]
Diffstat (limited to 'hello.cpp')
| -rw-r--r-- | hello.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/hello.cpp b/hello.cpp new file mode 100644 index 0000000..fa5c04d --- /dev/null +++ b/hello.cpp @@ -0,0 +1,6 @@ +#include <iostream> + +int main() { + std::cout << "Hello World" << std::endl; + return 0; +} |
