blob: 71590364695f61a89b67dc47f0fc1cc5823619bb [file] [log] [blame]
package x.y;
import java.io.Serializable;
/**
* A class that uses the minimal library.
*/
public class Main {
public static void main(String[] args) {
new Main().toString();
}
}