Skip to content

myjavacoretutorial/hello-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

hello-world

This is a simple Hello World application, to show you how to start writing code in Java.

Clone the repository

$ git clone https://github.com/myjavacoretutorial/hello-world.git

Compile the code

$ javac HelloWorld.java

Run the application

$ java HelloWorld
Hello World !!!

Documentation

Read more about how to write your first Java application called HelloWorld here

Releases

No releases published

Packages

No packages published

Languages