Add README

This commit is contained in:
filifa 2024-03-19 20:35:01 -05:00
parent 58dc9bf8ce
commit 5428fdf634
1 changed files with 3 additions and 0 deletions

3
README.md Normal file
View File

@ -0,0 +1,3 @@
This is a repository of code for a four function calculator I made with an
Arduino Uno as part of a school project. The calculator is programmed to
understand order of operations using Dijkstra's shunting yard algorithm.