From 6da2bcf467cf83fb75e4809bc76488eb7d2c8236 Mon Sep 17 00:00:00 2001 From: Rick Sprague <> Date: Mon, 28 Oct 2024 10:28:04 -0400 Subject: [PATCH] update --- cpp/main.cpp | 4 ++++ wandbox.bash => script.bash | 0 2 files changed, 4 insertions(+) create mode 100644 cpp/main.cpp rename wandbox.bash => script.bash (100%) 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