runtime progress

This commit is contained in:
2026-03-21 09:49:42 -06:00
parent 5a4eb66c78
commit 9feef38410
10 changed files with 488 additions and 13 deletions

View File

@@ -1,5 +1,7 @@
#include "SpiderRuntime.hpp"
#include <spider/runtime/debug/LiveDebug.hpp>
#include <iostream>
namespace spider {
@@ -9,6 +11,6 @@ namespace spider {
}
int main() {
std::cout << "Hello World" << std::endl;
spider::liveDebugMain();
return 0;
}