/pattest

Try to test all pats' problems!

pattest

Try to test all pats' problems! public class hello {

public static void main(String[] args) {
	System.out.println("hello world");
}

}