summaryrefslogtreecommitdiff
path: root/NT/src/rotor.cpp
blob: 2678dd5fd4da3a2c9ad7dc7263e68777a1d3e7b3 (plain)
1
2
3
4
5
6
7
#include <stdio.h>

#include "rotor.h"

int main(){
	printf("hello, world\n");
}