chanes
This commit is contained in:
parent
1fd3c1d354
commit
48e9082bf8
|
|
@ -11,6 +11,12 @@ return {
|
|||
},
|
||||
opts = {
|
||||
-- configuration goes here
|
||||
injector = {
|
||||
['cpp'] = {
|
||||
before = { '#include <bits/stdc++.h>', 'using namespace std;' },
|
||||
after = 'int main() {}',
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue