From 7dbe0f92adac6d437f76843c0ea72c3fbe57c371 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Thu, 26 Dec 2013 00:14:53 +0000 Subject: making new base classes --- NT/src/rotor.cpp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 NT/src/rotor.cpp (limited to 'NT/src/rotor.cpp') diff --git a/NT/src/rotor.cpp b/NT/src/rotor.cpp new file mode 100644 index 0000000..2678dd5 --- /dev/null +++ b/NT/src/rotor.cpp @@ -0,0 +1,7 @@ +#include + +#include "rotor.h" + +int main(){ + printf("hello, world\n"); +} \ No newline at end of file -- cgit v1.2.3