Files
spider-runtime/src/spider/SpiderRuntime.cpp

17 lines
201 B
C++

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