Skip to content

Commit fdc91cf

Browse files
Update README.md
1 parent 591f8d4 commit fdc91cf

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -162,12 +162,13 @@ Stack<Integer>
162162
javac *.java
163163
```
164164
4. **Run the Desired Program**:
165-
-'java Student' # Q1
166-
-'java Voter' # Q2
167-
-'java QuestionThree' # Q3
168-
-'java QuestionFour' # Q4
169-
-'java QuestionFive' # Q5
170-
165+
```bash
166+
'java Student' # Q1
167+
'java Voter' # Q2
168+
'java QuestionThree' # Q3
169+
'java QuestionFour' # Q4
170+
'java QuestionFive' # Q5
171+
```
171172

172173
---
173174

0 commit comments

Comments
 (0)