Template
Added .drone.yml for poetry project
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
|
||||
def sum(a, b):
|
||||
return a+b
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,3 @@
|
||||
|
||||
def sum(a, b):
|
||||
return a+b
|
||||