Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 571 Bytes

File metadata and controls

31 lines (19 loc) · 571 Bytes

☕ Java Practice

This is my first GitHub repository where I’ve uploaded a basic Java code file for practice.


📄 File Info

  • 📁 Filename: Main.java
  • 📝 Language: Java
  • 🧑‍💻 Author: Rahul Kumar (MCA Student, KIIT Bhubaneswar)

🔧 How to Run

Make sure you have Java installed, then run this in your terminal:

javac Main.java
java Main

📚 Purpose
Just a basic code file to:
Practice Java
Learn how to use GitHub


---

Let me know if you want to add your code’s output or description of what it does!