From 5135876b5e2a6c40232414ea0b7eb875fa225cf0 Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Fri, 12 Sep 2025 00:53:11 +0800 Subject: Initial commit --- tests/test_pyo3.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tests/test_pyo3.py (limited to 'tests') 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 -- cgit v1.2.3-70-g09d2