feat: first draft of arbitrary compile mode
This commit is contained in:
parent
67d2a8054c
commit
1ef68a4847
6 changed files with 212 additions and 16 deletions
|
|
@ -209,6 +209,7 @@ function M.scrape_problem(ctx)
|
|||
success = true,
|
||||
problem_id = ctx.problem_name,
|
||||
test_count = data.test_cases and #data.test_cases or 0,
|
||||
test_cases = data.test_cases,
|
||||
url = data.url,
|
||||
}
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue