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.