things for today

This commit is contained in:
2026-03-18 09:36:45 -06:00
parent 1422730cc8
commit f51b6edfbf
7 changed files with 200 additions and 4 deletions

View File

@@ -0,0 +1,14 @@
#include "SpiderRuntime.hpp"
#include <iostream>
namespace spider {
}
int main() {
std::cout << "Hello World" << std::endl;
return 0;
}