Skip to content

Commit 0539624

Browse files
committed
C2 feat
1 parent 4123ebb commit 0539624

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/calculator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
class Calculator:
2-
2+
#C2
33
def add(x, y):
44
return x + y
55

0 commit comments

Comments
 (0)