Skip to content

Java code snippet – How to start a program?

 class A {
 public static void main(String args[]){
     System.out.println("Hello World");
 }
}
See also  CSS code snippet - How to push text to the right ?

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.