Add simple_code
This commit is contained in:
commit
56fba33238
|
@ -0,0 +1,9 @@
|
||||||
|
# test_repo/my_module.py
|
||||||
|
|
||||||
|
def add(a, b):
|
||||||
|
"""Adds two numbers."""
|
||||||
|
return a + b
|
||||||
|
|
||||||
|
def multiply(a, b):
|
||||||
|
"""Multiplies two numbers."""
|
||||||
|
return a * b
|
Loading…
Reference in New Issue