diff options
| author | Tim Redfern <tim@eclectronics.org> | 2013-12-26 00:14:53 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2013-12-26 00:14:53 +0000 |
| commit | 7dbe0f92adac6d437f76843c0ea72c3fbe57c371 (patch) | |
| tree | 1075b0e5b45783e7427c008773ca80a91a7919f1 /NT/src/rotor.cpp | |
| parent | 92f9df6497f012245782b7a3b5e1cf2dad54551b (diff) | |
making new base classes
Diffstat (limited to 'NT/src/rotor.cpp')
| -rw-r--r-- | NT/src/rotor.cpp | 7 |
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 |
