Skip to content

Commit

Permalink
Fixes NaN when attempting to divide by 0 resolves ChicoState#61
Browse files Browse the repository at this point in the history
  • Loading branch information
Younitea committed Jan 31, 2024
1 parent 9629a11 commit 2baff15
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
calculator: main.cpp
g++ -Wall -pedantic -g -std=c++11 -o calculator main.cpp
clean: rm -f calculator

0 comments on commit 2baff15

Please sign in to comment.