summaryrefslogtreecommitdiff
path: root/src/active-drag-system.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/active-drag-system.cpp')
-rw-r--r--src/active-drag-system.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/active-drag-system.cpp b/src/active-drag-system.cpp
new file mode 100644
index 0000000..2b76215
--- /dev/null
+++ b/src/active-drag-system.cpp
@@ -0,0 +1,7 @@
+#include <cstdlib>
+#include <iostream>
+
+int main() {
+ std::cout << "ADS Deployed!" << std::endl;
+ return EXIT_SUCCESS;
+}