Anbu's blog

Half baked thoughts and other stuff

How to write a simple hello world java program?

public static void main(String[] args) {
     System.out.println("hello world!");
}

Copywrite 2020 - 2023 | Mixed with Foundation v5.5.1 | Baked with JBake v2.6.7