17 lines
185 B
C++
17 lines
185 B
C++
#include "SpiderRuntime.hpp"
|
|
|
|
#include <spider/runtime/debug/LiveDebug.hpp>
|
|
|
|
#include <iostream>
|
|
|
|
namespace spider {
|
|
|
|
|
|
|
|
}
|
|
|
|
int main() {
|
|
spider::liveDebugMain();
|
|
return 0;
|
|
}
|