Files
spider-runtime/src/spider/SpiderRuntime.cpp
2026-03-21 09:49:42 -06:00

17 lines
185 B
C++

#include "SpiderRuntime.hpp"
#include <spider/runtime/debug/LiveDebug.hpp>
#include <iostream>
namespace spider {
}
int main() {
spider::liveDebugMain();
return 0;
}