mirror of
https://github.com/ada-dmitry/PyProg_ada.git
synced 2026-09-24 01:10:40 +00:00
reboot rep
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
|
||||
|
||||
def f(a: int, b: int) -> int:
|
||||
'''
|
||||
this is an add function
|
||||
'''
|
||||
return a + b
|
||||
Reference in New Issue
Block a user