feat: create template with problem url and code snippet

This commit is contained in:
Yiyang Kang 2026-02-26 17:43:43 +09:00
parent 33dbbc19e2
commit 33ad6302da
Signed by: kkyy
SSH key fingerprint: SHA256:lJSbAzC3MvrSORdvIVK6h/3g+rVKJNzM7zq0MgA9WKY
3 changed files with 70 additions and 9 deletions

View file

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