From 78001436a52a4cc9b5e22bca489fb8ed09a72376 Mon Sep 17 00:00:00 2001 From: Raymond Hogenson Date: Thu, 17 May 2018 09:42:44 -0800 Subject: Write a calculator It's pretty nice. It works for what I want. I don't think I have any complaints about its functionality. I'll add new functions as I need them. Haskell is actually really easy to program in. I wonder actually if this would have been easier in Python. I think no. --- ChangeLog.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 ChangeLog.md (limited to 'ChangeLog.md') diff --git a/ChangeLog.md b/ChangeLog.md new file mode 100644 index 0000000..5392899 --- /dev/null +++ b/ChangeLog.md @@ -0,0 +1,5 @@ +# Revision history for realCalc + +## 0.1 -- YYYY-mm-dd + +* First version. Released on an unsuspecting world. -- cgit v1.3.1