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