Compare commits

...

1 Commits

Author SHA1 Message Date
Johannes Kapfhammer 69a5169841 improve readme 2019-10-06 17:40:46 +02:00
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