feat: initial commit, setup build

This commit is contained in:
parker
2025-06-18 14:55:17 +01:00
commit 4257dc65eb
4 changed files with 19 additions and 0 deletions

6
src/main.cpp Normal file
View File

@@ -0,0 +1,6 @@
#include <iostream>
int main()
{
std::cout << "hello world\n";
}