From 998ee2ce7110987bb5cbeb11a55781a271a1ca47 Mon Sep 17 00:00:00 2001 From: Nicholas Noll Date: Fri, 17 Apr 2020 18:09:29 -0700 Subject: chore: move fluff out of source code directory --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..dec4170 --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +# Source Root + +> A collection of source code to make the C coding experience more modern organized in a hierarchical tree. + +### Development + +#### Install requirements + +- A modern C compiler that accepts UTF-8 identifier names +- Make + +#### Build + +```make + +``` + +#### License + +[MIT License](LICENSE) -- cgit v1.2.1