5 lines
62 B
Python
5 lines
62 B
Python
|
from unittest import TestCase
|
||
|
from benchmark.gcd import gcd
|
||
|
|
||
|
|