Welcome to the "Hello World" Java program repository! This simple project serves as a starting point for anyone new to Java programming.
The "Hello World" program is a time-honoured tradition in the world of programming. It's often the first program that developers write when learning a new language, and it's a way to greet the world of coding with a friendly message.
Before you begin, ensure you have met the following requirements:
- Java Development Kit (JDK) installed on your computer.
-
Clone this repository to your local machine using
git:git clone https://github.com/Mariejlo/Hello-World.git
cd Hello-World
javac HelloWorld.java
java HelloWorld You should see the classic "Hello, World!" message printed on the console. Happy coding Mariejlo