From 6bf0c0a4fc91dc52a7666ff79e0c9b99b9f0a863 Mon Sep 17 00:00:00 2001 From: ShatteredMINT Date: Thu, 3 Sep 2026 20:34:56 +0200 Subject: [PATCH] add examples directory --- examples/README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 examples/README.md diff --git a/examples/README.md b/examples/README.md new file mode 100644 index 0000000..7607445 --- /dev/null +++ b/examples/README.md @@ -0,0 +1,3 @@ +# Examples + +Examples of how to use the standard library to accomplish a task.