1 2 3 4 5 6 7 8 9 10 11 12 13
#include <stdio.h> #include "rotor.h" using namespace std; using namespace Rotor; int main(){ //a_node a; //map<string,string> settings={{"p1","1"}, {"p2","2"}, {"p3","3"}}; //a.init(settings); printf("hello, world\n"); }