0 / 60 seg.

Which choice is a valid implementation of this interface?

interface MyInterface {
    int foo(int x);
}