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