/* A Language for Complexity OOP244 Jan 10 2005 To compile in Matrix, run the command: javac java_ex1.java and run the command: java OOP244 */ class OOP244 { public static void main(String[] args) { System.out.println("Welcome to OOP244"); } }