public class HelloWorld { public static void main(String[] args) { // Prints "Hello, I am here in the terminal window. System.out.println("Hello all, Welcome to our weekend 9am batch"); System.out.println("This is a demo of CI"); } }