Jaipal50 / hello-world

Hello World with Java (Your first Java application)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Hello World with Java (Your first Java application)

License:MIT License


Languages

Language:Java 100.0%