From 00977733278552e870bff137352865495d0a938b Mon Sep 17 00:00:00 2001 From: sfja Date: Mon, 5 Jan 2026 18:30:04 +0100 Subject: [PATCH] Add README.md --- 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..c011b84 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# C with templates + +An experiment to see how C with templates would be like. It's a CPP program, but only using templates and no other distinct C++ features.