/*** no "main" method found (incorrect argument type)
* COMP 520
* Identification
*/
class fail24 {
public static void main(Other [] args) {}
}
class Other {