mirror of
https://github.com/codecov/codecov-action.git
synced 2026-09-26 21:15:52 +00:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d37ce25523 |
@@ -13,3 +13,6 @@ class Calculator:
|
||||
if y == 0:
|
||||
return 'Cannot divide by 0'
|
||||
return x * 1.0 / y
|
||||
|
||||
def smile():
|
||||
return ':))'
|
||||
|
||||
Reference in New Issue
Block a user