public class HelloWorld { public static void main(String[] args) { // Prints "Hello, I am here in the terminal window. System.out.println(" Shashi is a devOps master now and forver "); } }