RunCodeFlowModule / library.py
Tachi67's picture
Upload 12 files
428252c
raw
history blame contribute delete
43 Bytes
def add_two_numbers(a, b):
return a + b