feat: query the problem set for title and url

This commit is contained in:
Yiyang Kang 2026-02-26 17:43:43 +09:00
parent 079c2d5dd5
commit 7bdd2b5d01
Signed by: kkyy
SSH key fingerprint: SHA256:lJSbAzC3MvrSORdvIVK6h/3g+rVKJNzM7zq0MgA9WKY
3 changed files with 57 additions and 8 deletions

View file

@ -1,4 +1,7 @@
lint:
golangci-lint run ./...
.PHONY: lint
problemset:
bash ./query-problem-set.sh > problemset.jsonl
.PHONY: lint problemset