This repository has been archived on 2024-10-22. You can view files and clone it, but cannot push or open issues or pull requests.
kse-02/tests/test_gcd.py
2023-12-18 15:13:31 +01:00

4 lines
62 B
Python

from unittest import TestCase
from benchmark.gcd import gcd