From 24381f397bd49fc66a08763ede5ec52e91fb5d8d Mon Sep 17 00:00:00 2001 From: Johnny Corbino Delgado Date: Wed, 1 Nov 2023 12:24:11 -0700 Subject: [PATCH] Create README.md --- examples_C++/README.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 examples_C++/README.md diff --git a/examples_C++/README.md b/examples_C++/README.md new file mode 100644 index 0000000..4e6849c --- /dev/null +++ b/examples_C++/README.md @@ -0,0 +1 @@ +This folder houses a collection of examples that serve as excellent starting points for developing more sophisticated programs utilizing MOLE's C++ version.