Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 655 Bytes

File metadata and controls

21 lines (16 loc) · 655 Bytes

MyFirstProject

A simple Java project created by kadambari25

📝 Project Overview

This project is a Java‑based starter application (100% Java) designed as an initial learning project to demonstrate basic project structure, build process, and code organisation.
It's ideal for someone beginning Java development and exploring how to set up source folders, binaries, and metadata files.

📁 Repository Structure

MyFirstProject/
├── .settings/         
├── bin/               
├── src/               
├── .classpath         
├── .project           
└── README.md