From 4a5ada1008d4bcb14a0484ac4827c33e7e7e8eca Mon Sep 17 00:00:00 2001 From: Camden Dixie O'Brien Date: Thu, 24 Oct 2024 23:02:31 +0100 Subject: [PATCH] Add a little more to the README --- README | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README b/README index 5aafa3e..b22a95b 100644 --- a/README +++ b/README @@ -1 +1,9 @@ INFIX CALCULATOR + +This is a little infix calculator program I made for fun and practise. +It's written in ISO C11; the build script uses Clang but it should be +OK with most compilers. + + sh scripts/build.sh # Builds everything + sh scripts/test.sh # Run the unit tests + build/infix-calculator # Run the actual calculator