feat: query the problem set for title and url
This commit is contained in:
parent
079c2d5dd5
commit
7bdd2b5d01
3 changed files with 57 additions and 8 deletions
5
Makefile
5
Makefile
|
|
@ -1,4 +1,7 @@
|
|||
lint:
|
||||
golangci-lint run ./...
|
||||
|
||||
.PHONY: lint
|
||||
problemset:
|
||||
bash ./query-problem-set.sh > problemset.jsonl
|
||||
|
||||
.PHONY: lint problemset
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue