A simple Java console application that marks the beginning of learning Java by printing introductory messages.
- First-ever Java program
- Uses basic Java syntax
- Demonstrates single-line and multi-line comments
- Prints messages using
System.out.print()
- Clone or download the Java file
- Open it in an IDE like IntelliJ IDEA or VS Code
- Run the program to see console output
This is my first JAVA program
It is really cool
Learning Java Day 1MIT © CodingNORVIN
