feat: create template with problem url and code snippet
This commit is contained in:
parent
8a95ea80a7
commit
ec5559f877
3 changed files with 70 additions and 9 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