We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ceb84a commit d3101d5Copy full SHA for d3101d5
README.md
@@ -4,17 +4,19 @@ Bus Reservation System Project based on `Object Oriented Programming` and `File
4
5
## Usage
6
7
-### Navigate to `src` folder
+Navigate to `src` folder
8
9
-`cd src`
+```bash
10
+cd src
11
+```
12
-### Build
13
+Build
14
-`g++ main.cpp admin.cpp customer.cpp ticket.cpp`
15
16
+g++ main.cpp admin.cpp customer.cpp ticket.cpp
17
18
-### Run
-
-Run `.exe` file in `src` folder.
19
+Run `.exe` file in `src` folder
20
21
### Root Passwords
22
0 commit comments