From 7cff2270b38b9c98e4f7c012142645ebd4c6ec9f Mon Sep 17 00:00:00 2001 From: MURANGWA Pacifique Date: Wed, 17 Jan 2024 21:58:20 +0200 Subject: [PATCH] docs: overview for /impl sub-directory --- impl/README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 impl/README.md diff --git a/impl/README.md b/impl/README.md new file mode 100644 index 00000000..9a9425e8 --- /dev/null +++ b/impl/README.md @@ -0,0 +1,4 @@ +Overview +======== + +This subdirectory houses a collection of Go programs encompassing algorithm implementations and utility programs. These resources are crafted to provide efficient and versatile solutions for a variety of tasks, leveraging the power and simplicity of the Go programming language.