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