Skip to content

Commit 77f59b7

Browse files
authored
Merge pull request #15 from Mmabiaa/Mmabiaa-patch-1
2 parents 074211c + 44748bd commit 77f59b7

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Beginner C++ Programs
1+
# Beginner C++ Programs🧑🏾‍💻
22

33
Welcome to the Beginner C++ Programs repository! This collection contains simple console-based C++ programs designed for beginners to help you learn and practice fundamental programming concepts. Whether you're just starting out or looking to refresh your skills, these examples will provide a solid foundation.
44

5-
## Table of Contents
5+
## Table of Contents😌
66

77
- [Features](#features)
88
- [Getting Started](#getting-started)
@@ -11,29 +11,29 @@ Welcome to the Beginner C++ Programs repository! This collection contains simple
1111
- [Contributing](#contributing)
1212
- [License](#license)
1313

14-
## Features
14+
## Features🪶
1515

1616
- Simple and easy-to-understand code
1717
- Covers basic concepts such as loops, conditionals, functions, and user input
1818
- Well-commented code for better understanding
1919
- Console applications that can be run in any terminal or command prompt
2020

21-
## Getting Started
21+
## Getting Started🤩
2222

2323
To get started with the programs in this repository, you'll need to have a C++ compiler installed on your machine. Some popular options include:
2424

2525
- **GCC** (GNU Compiler Collection)
2626
- **Clang**
2727
- **Microsoft Visual Studio**
2828

29-
### Prerequisites
29+
### Prerequisites
3030

3131
Make sure you have the following installed:
3232

3333
- A C++ compiler
3434
- A code editor (e.g., Visual Studio Code, Code::Blocks, or any IDE of your choice)
3535

36-
## Programs Included
36+
## Programs Included💻
3737

3838
Here are the console programs included in this repository:
3939

@@ -46,7 +46,7 @@ Here are the console programs included in this repository:
4646

4747
Feel free to explore each program's directory for additional details and comments.
4848

49-
## How to Run the Programs
49+
## How to Run the Programs😉
5050

5151
1. Clone this repository to your local machine:
5252
```bash

0 commit comments

Comments
 (0)