From 2c58e3def1c50639ebc00ac6f05a7519757d01e0 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Mon, 23 Feb 2026 09:33:00 -0500 Subject: [PATCH] Create rcp repo with README --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..16d13b5 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# rcp + +`rcp` is a reference-counting pointer implementation for C++.