/*** no "main" method found (with "void" return type)
* COMP 520
* Type checking
*/
class fail27 {
public static int main(String [] args) {
return 3;
}