This commit is contained in:
franchioping 2025-04-18 00:18:58 +01:00
parent 1fd3c1d354
commit 48e9082bf8
1 changed files with 6 additions and 0 deletions

View File

@ -11,6 +11,12 @@ return {
}, },
opts = { opts = {
-- configuration goes here -- configuration goes here
injector = {
['cpp'] = {
before = { '#include <bits/stdc++.h>', 'using namespace std;' },
after = 'int main() {}',
},
},
}, },
}, },
} }