Inspiration

Wrote "hello world!" in a new programming language.

What it does

Displays "hello world!" on the screen.

What I learned

1.Class definition

  1. Main method: In Java, every application must contain a main method whose signature is: public static void main(String[] args)
  2. System.out.println("Hello, World"); This line outputs the string “Hello, World” followed by a new line on the screen.

Built With

Share this project:

Updates