From 0ad8cf639c0a5acef465e4f6a3bf3c9a432a3432 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.