improve readme

This commit is contained in:
Johannes Kapfhammer 2019-10-06 17:40:46 +02:00
parent d594be1ac0
commit 69a5169841
1 changed files with 6 additions and 2 deletions

View File

@ -2,9 +2,13 @@
Include soi and you're ready to go!
## dbg(...)
## Features
You can debug any expressions using the macro dbg().
- includes all headers (a `bits/stdc++.h` that works on all platforms)
- has a powerful `dbg()` macro
- disables output buffering
- checks whether all input has been read
- removes evil functions from the standard library such as new and printf.
## Configuration