See More

public class HelloWorld { public static void main(String[] args) { // Prints "Hello, I am here in the terminal window.edits System.out.println("Hello all, Welcome to Devops class - it is modified-modified again"); } }