0 javac *.java

0 rjrun Main > No_input.out 2>&1
# order is nondeterministic
# make sure, though, that get both outputs (of interest)
0 grep "p1 1010"  No_input.out >/dev/null 2>&1
0 grep "p2 1009"  No_input.out >/dev/null 2>&1

0 rm -f *.class *.out
