Skip to content

Commit a2d563b

Browse files
committed
Changed something
1 parent 1b2bb1e commit a2d563b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Calculator.java

-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ public class Calculator implements ActionListener{
9595
public static void main(String[] args) {
9696
Calculator calc = new Calculator();
9797
}
98-
9998
@Override
10099
public void actionPerformed(ActionEvent e) {
101100
for(int i=0;i<10;i++) {

0 commit comments

Comments
 (0)