/*** no "main" method found (must have static access)
* COMP 520
* Identification
*/
class fail25 {
public void main(String [] args) {}
}