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 |
| ------- | ----------- |
| Addition | Overloaded operator + |
| Subtraction | Overloaded operator - |
| Multiplication | Overloaded operator * |
| Division | Overloaded operator / |
| I/O | Overloaded operators cin/cout |
| Addition | Overloaded operator ```+``` |
| Subtraction | Overloaded operator ```-``` |
| Multiplication | Overloaded operator ```*``` |
| Division | Overloaded operator ```/``` |
| I/O | Overloaded operators ```cin```/```cout``` |
| Comparison | Overloaded operators ```<```/```>```/```==```/```!=``` |
## Usage