Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
docs: fix inject_before example in README
  • Loading branch information
Subjective committed Sep 8, 2023
commit 05464746645084b95404ac713585106c8ee49b72
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ Some linting tools/lsps will throw errors unless the necessary libraries are imp

```toml
[code]
inject_before = ["#include<bits/stdc++.h", "using namespace std;"]
inject_before = ["#include<bits/stdc++.h>", "using namespace std;"]
inject_after = ["int main() {\n Solution solution;\n\n}"]
```

Expand Down