3 lines
73 B
Java
Vendored
3 lines
73 B
Java
Vendored
class Utils {
|
|
public static int foo(int x, int y) { return x + y; }
|
|
} |