diff options
author | terminaldweller <thabogre@gmail.com> | 2021-05-14 18:14:50 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2021-05-14 18:14:50 +0000 |
commit | 6e528248414e330c9e25e81596ab47b8b8a5b701 (patch) | |
tree | e1aa41a7f3198eeac187e6177ec7d4a33db229d3 /c/main.cpp | |
download | scripts-master.tar.gz scripts-master.zip |
first commitmaster
Diffstat (limited to 'c/main.cpp')
-rw-r--r-- | c/main.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/c/main.cpp b/c/main.cpp new file mode 100644 index 0000000..4e1d93b --- /dev/null +++ b/c/main.cpp @@ -0,0 +1,6 @@ + +#include "header.hpp" + +int main (int argc, char** argv) { + return 0; +} |