Files
Pybind-Xmake/example_add.py
2025-12-07 15:31:02 +01:00

7 lines
94 B
Python

import example
print("Checking add ...")
assert(example.add(42, 69) == 111)
print("Done !")