diff options
| -rw-r--r-- | main.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/main.cpp b/main.cpp new file mode 100644 index 0000000..6007d6b --- /dev/null +++ b/main.cpp @@ -0,0 +1,5 @@ +#include <iostream> + +int main(int argc, char** argv) { + return 0; +} |
