public class HelloWorld{ public static void main(String args[]){ System.out.println("Hello World!"); } }
The above is the detailed content of My first blog Hello World. For more information, please follow other related articles on the PHP Chinese website!