GitHub - benediktsatalia/hello-world-java: Hello world with Java · GitHub
Skip to content
 
 

Latest commit

 

History

5 Commits

Folders and files

Repository files navigation

Hello world with Java ☕

This is a simple "Hello world" done with Java programming language.

Source code

This is the source code of the program:

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

Notice that System.out.println("Hello world!"); shows the string "Hello world!" on the screen.

Compile program

To compile the "Hello World" program, type the following:

javac HelloWorld.java

Excute the program

To execute the program, type this:

java HelloWorld

About

Hello world with Java

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages