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 8a95ea80a7
commit ec5559f877
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