Skip to content

AnjuMeleth/hello-world-java

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

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

The example done from Git Test Test

18/07/2020 Git Trigger

21/08/2020 GIt seesion ABinBev

at 3:20

19/09 Git trigger

#20/02 Git Trigger

#04/05 Batch #second trigger on todays batch #1506 CGI Batch #0807 Bosch Batch again #test test 30092021

About

Hello world with Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%