diff options
| author | Dawsyn Schraiber <[email protected]> | 2023-11-12 01:06:57 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-11-12 01:06:57 -0500 |
| commit | d695dce1a7ea28433db8e893025d1ec66fb077b2 (patch) | |
| tree | 4089cbc79e9a50b0775ab33e002de03a6f23e77d /src/active-drag-system.cpp | |
| parent | 1b8af4198f7f18ccbfb336709f20a88e26e2b195 (diff) | |
| download | active-drag-system-d695dce1a7ea28433db8e893025d1ec66fb077b2.tar.gz active-drag-system-d695dce1a7ea28433db8e893025d1ec66fb077b2.tar.bz2 active-drag-system-d695dce1a7ea28433db8e893025d1ec66fb077b2.zip | |
Header styles and file naming conventions; CMake ARM Linux musl Compiler
Co-authored-by: Gregory Wainer <[email protected]>
Diffstat (limited to 'src/active-drag-system.cpp')
| -rw-r--r-- | src/active-drag-system.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/active-drag-system.cpp b/src/active-drag-system.cpp deleted file mode 100644 index 2b76215..0000000 --- a/src/active-drag-system.cpp +++ /dev/null @@ -1,7 +0,0 @@ -#include <cstdlib> -#include <iostream> - -int main() { - std::cout << "ADS Deployed!" << std::endl; - return EXIT_SUCCESS; -} |
