Add CI
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>
This commit was merged in pull request #1.
This commit is contained in:
2025-12-07 17:00:05 +00:00
committed by Simon Pribylski
parent 6574eebb49
commit 6deb58fc27
3 changed files with 53 additions and 1 deletions

7
example_add.py Normal file
View File

@@ -0,0 +1,7 @@
import example
print("Checking add ...")
assert(example.add(42, 69) == 111)
print("Done !")