diff options
| author | 2025-09-12 00:53:11 +0800 | |
|---|---|---|
| committer | 2025-09-12 00:53:11 +0800 | |
| commit | 5135876b5e2a6c40232414ea0b7eb875fa225cf0 (patch) | |
| tree | 4e1718f42394c9f3384b8f91429068a6e1e980db /tests/test_pyo3.py | |
| download | OneRoll-5135876b5e2a6c40232414ea0b7eb875fa225cf0.tar.gz OneRoll-5135876b5e2a6c40232414ea0b7eb875fa225cf0.zip | |
Initial commit
Diffstat (limited to 'tests/test_pyo3.py')
| -rw-r--r-- | tests/test_pyo3.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/test_pyo3.py b/tests/test_pyo3.py new file mode 100644 index 0000000..56a4060 --- /dev/null +++ b/tests/test_pyo3.py @@ -0,0 +1,4 @@ +from pyo3_template._core import sum_as_string + +if __name__ == "__main__": + print(sum_as_string(1, 2))
\ No newline at end of file |
