All checks were successful
Linux arm64 / Build (push) Successful in 6m36s
Co-authored-by: Persson-dev <sim16.prib@gmail.com> Co-committed-by: Persson-dev <sim16.prib@gmail.com>
7 lines
94 B
Python
7 lines
94 B
Python
import example
|
|
|
|
print("Checking add ...")
|
|
|
|
assert(example.add(42, 69) == 111)
|
|
|
|
print("Done !") |