Nov
28
2020
How to write a simple hello world java program?
public static void main(String[] args) { System.out.println("hello world!"); }