Skip to content

Commit 4e8b368

Browse files
authored
feat(imports): Add C++ imports (#216)
1 parent 0d49755 commit 4e8b368

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

lua/leetcode/config/imports.lua

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,9 @@ imports["java"] = {
7272
"import java.math.*;",
7373
}
7474

75+
imports["cpp"] = {
76+
"#include <bits/stdc++.h>",
77+
"using namespace std;",
78+
}
79+
7580
return imports

0 commit comments

Comments
 (0)