Skip to content
Snippets Groups Projects
Commit 4d32cc2f authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

test the tests

parent 5b765f39
No related branches found
No related tags found
No related merge requests found
Pipeline #33223 failed
def my_add(a: int, b: int) -> int:
"""Performs addition on integers.
>>> my_add(3, 4)
>>> my_add(4, 4)
7
"""
return a + b
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment