diff options
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 |
