We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3f8dce commit ea85413Copy full SHA for ea85413
1 file changed
README.md
@@ -18,7 +18,7 @@ A flexible and extensible C++ library for parsing and evaluating mathematical ex
18
19
```cpp
20
#include "mathparser.hpp"
21
- #include <iostream>
+#include <iostream>
22
23
int main() {
24
MathParser parser;
0 commit comments