Skip to content

Commit

Permalink
Explain why behind this program
Browse files Browse the repository at this point in the history
  • Loading branch information
hstsethi authored Dec 27, 2024
1 parent 33b29e4 commit d54aa7f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
# debit-credit-deducer
C++ program to determine if a specified transaction is debit or credit

## Why?

This program was written by me in 2023(aged 17) to aid me in Accountancy homework, and help me understand the concept behind the deductions. Our school taught us some memonics but they were never 100% correct in all scenarios. So that's what sparked my curiousity, and I wrote this.


As for why is it written in C++? Because I was in my "C++ Phase" back then. I also wanted it to be fast and work efficienctly on mobile devices too.

Now I am releasing it at the age of 18 after some minor edits. Since now I don't have to study accountancy, this program isn't maintained anymore.

0 comments on commit d54aa7f

Please sign in to comment.