2023-07-02 19:51:09 +02:00

8 lines
76 B
C++

import a.same;
import b.same;
int main()
{
return a_same() + b_same();
}