Merge pull request #82 from barrett-ruth/fix/qol-logs

fix: add python config
This commit is contained in:
Barrett Ruth 2025-09-21 07:14:44 +02:00 committed by GitHub
commit ea9883895f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 5 deletions

View file

@ -8,11 +8,8 @@ M.PYTHON = 'python'
---@type table<string, string>
M.filetype_to_language = {
cc = M.CPP,
cxx = M.CPP,
python = M.PYTHON,
cpp = M.CPP,
py = M.PYTHON,
py3 = M.PYTHON,
}
---@type table<string, string>

View file

@ -96,7 +96,11 @@ if __name__ == "__main__":
if __name__ == "__main__":
solve()]],
cses = [[{}]],
cses = [[def solve():
{}
if __name__ == "__main__":
solve()]],
},
}