diff --git a/cpp/main.cpp b/cpp/main.cpp new file mode 100644 index 0000000..e4707d3 --- /dev/null +++ b/cpp/main.cpp @@ -0,0 +1,4 @@ + +int main(int argc, const char *argp[], const char *envp[]) { + return 0; +} diff --git a/wandbox.bash b/script.bash similarity index 100% rename from wandbox.bash rename to script.bash