Added files to debug acoss ps

This commit is contained in:
2022-04-03 22:40:33 +02:00
parent 63a5efae3c
commit 521e412db2
6 changed files with 18 additions and 4 deletions

View File

@@ -1,4 +1,5 @@
func add(a, b) begin
a := -a
return a + b
end