Co-authored-by: Persson-dev <sim16.prib@gmail.com> Co-committed-by: Persson-dev <sim16.prib@gmail.com>
This commit was merged in pull request #1.
This commit is contained in:
7
example_add.py
Normal file
7
example_add.py
Normal file
@@ -0,0 +1,7 @@
|
||||
import example
|
||||
|
||||
print("Checking add ...")
|
||||
|
||||
assert(example.add(42, 69) == 111)
|
||||
|
||||
print("Done !")
|
||||
Reference in New Issue
Block a user