Update README.md

This commit is contained in:
Daniel
2023-04-21 23:17:52 +03:00
committed by GitHub
parent 8aacc28631
commit 30a748eb07

View File

@@ -12,11 +12,11 @@ A list of the main features of the project:
| Feature | Description | | Feature | Description |
| ------- | ----------- | | ------- | ----------- |
| Addition | Overloaded operator + | | Addition | Overloaded operator ```+``` |
| Subtraction | Overloaded operator - | | Subtraction | Overloaded operator ```-``` |
| Multiplication | Overloaded operator * | | Multiplication | Overloaded operator ```*``` |
| Division | Overloaded operator / | | Division | Overloaded operator ```/``` |
| I/O | Overloaded operators cin/cout | | I/O | Overloaded operators ```cin```/```cout``` |
| Comparison | Overloaded operators ```<```/```>```/```==```/```!=``` | | Comparison | Overloaded operators ```<```/```>```/```==```/```!=``` |
## Usage ## Usage