java.rs/tests/Int.java
2023-09-26 18:31:14 +02:00

6 lines
74 B
Java

public class Int {
public static int get() {
return 42;
}
}