summaryrefslogtreecommitdiff
path: root/NT/src/rotor.cpp
blob: 0c09b397cae5788d563cce927df2f6e1afacb1bc (plain)
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");
}