From 4944681eef4acfa1347a4ffec1148ab5e756bf7b Mon Sep 17 00:00:00 2001 From: Hyperling Date: Sat, 30 Mar 2024 11:24:59 -0700 Subject: [PATCH] Add purpose, question, and languages. --- README.md | 33 ++++++++++++++++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ce04358..c1994de 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,33 @@ -# SpareChange +# Got Any Spare Change? + Programs to calculate the optimum amount of spare change to carry for any bill. + +Purpose is to use multiple programming languages for solving a simple problem. + +"When paying with cash it can be fun to pay in exact change, but how much do you +need to keep on hand in order to be able to cover any bill's coin needs?" + +Project only takes into consideration the USA's cent system. + +## Languages + +Completed: + +- PHP + +Planned: + +- Kotlin +- Bash +- Python +- Node.js +- Java +- C +- C++ + +Maybe? + +- Sh +- Ansible +- Rust +- ???