Skip to content

Commit baf5427

Browse files
ziggyedfloreshz
authored andcommitted
pressing division divides
1 parent 17a84e8 commit baf5427

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/app/operations.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ impl Calculator {
6767
|| c == '+'
6868
|| c == '-'
6969
|| c == '*'
70+
|| c == '/'
7071
|| c == '÷'
7172
|| c == '%'
7273
|| c == '.'

0 commit comments

Comments
 (0)