Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
a13xe authored Nov 21, 2023
1 parent 120170b commit c644344
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,13 @@ With it you can set the **text color**, **background color**, and **boldness** o
<td>

```cpp
system("cls"); // for Windows systems
system("cls"); // for Windows systems
```
<td>
```cpp
system("clear"); // for Unix-based systems
system("clear"); // for Unix-based systems
```

</table>

- And print things following this syntax:
Expand Down

0 comments on commit c644344

Please sign in to comment.