feat: language

This commit is contained in:
Barrett Ruth 2025-10-24 01:21:16 -04:00
parent bd30fb626c
commit 48d4c6f113
4 changed files with 18 additions and 3 deletions

View file

@ -202,6 +202,8 @@ function M.setup_problem(problem_id, language)
end
end
state.set_language(lang)
local source_file = state.get_source_file(lang)
if not source_file then
return