Skip to content

Commit 845b70a

Browse files
Update README.md
1 parent a2b6794 commit 845b70a

File tree

1 file changed

+19
-18
lines changed

1 file changed

+19
-18
lines changed

README.md

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -67,22 +67,25 @@ Parses a birthdate (YYYY‑MM‑DD) and computes age in **years, months, days**.
6767

6868
## ▶️ How to Run
6969

70-
```bash
71-
git clone https://github.com/TheComputationalCore/java-advanced-streams-lambda-date.git
72-
73-
cd java-advanced-streams-lambda-date
74-
75-
javac src/*.java
76-
```
77-
78-
Run specific tasks:
79-
80-
```bash
81-
java src/QuestionOne # Q1.1
82-
java src/QuestionTwo # Q1.2
83-
java src/QuestionThree # Q1.3
84-
java src/QuestionFour # Q1.4
85-
```
70+
1. **Clone the Repository**:
71+
```bash
72+
git clone https://github.com/TheComputationalCore/java-advanced-streams-lambda-date.git
73+
```
74+
2. **Navigate to the Project Directory**:
75+
```bash
76+
cd java-advanced-streams-lambda-date
77+
```
78+
3. **Compile the Java Files**:
79+
```bash
80+
javac src/*.java
81+
```
82+
4. **Run the Desired Program**:
83+
```bash
84+
java src/QuestionOne # Q1.1
85+
java src/QuestionTwo # Q1.2
86+
java src/QuestionThree # Q1.3
87+
java src/QuestionFour # Q1.4
88+
```
8689

8790
---
8891

@@ -115,6 +118,4 @@ Distributed under the **MIT License**.
115118

116119
---
117120

118-
## ⭐ Contribute
119121

120-
PRs are welcome! Feel free to enhance tasks or add new functional examples.

0 commit comments

Comments
 (0)