From f3beb7d12e981700497f4e0c041e4feae7372a9a Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Thu, 9 Oct 2025 20:42:16 -0400 Subject: [PATCH] feat: bmath post --- src/content/git/bmath.mdx | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/content/git/bmath.mdx diff --git a/src/content/git/bmath.mdx b/src/content/git/bmath.mdx new file mode 100644 index 0000000..6ddd306 --- /dev/null +++ b/src/content/git/bmath.mdx @@ -0,0 +1,8 @@ +--- +title: "bmath" +date: "09/10/2025" +--- + +header-only c++23 math library + +built to learn and apply modern c++ in a competitive programming environment