summaryrefslogtreecommitdiff
path: root/NT/src/rotor.cpp
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2013-12-26 00:14:53 +0000
committerTim Redfern <tim@eclectronics.org>2013-12-26 00:14:53 +0000
commit7dbe0f92adac6d437f76843c0ea72c3fbe57c371 (patch)
tree1075b0e5b45783e7427c008773ca80a91a7919f1 /NT/src/rotor.cpp
parent92f9df6497f012245782b7a3b5e1cf2dad54551b (diff)
making new base classes
Diffstat (limited to 'NT/src/rotor.cpp')
-rw-r--r--NT/src/rotor.cpp7
1 files changed, 7 insertions, 0 deletions
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 <stdio.h>
+
+#include "rotor.h"
+
+int main(){
+ printf("hello, world\n");
+} \ No newline at end of file