第一階段先以這個 list 為目標: Blind Curated 75
各種語言與執行環境的測試方法:
-
TypeScript (Node.js + Jest)
$ yarn test problems/
-
TypeScript (Deno)
$ deno test problems/*/*.test.deno.ts
-
Go
go test -v ./problems/...
第一階段先以這個 list 為目標: Blind Curated 75
各種語言與執行環境的測試方法:
TypeScript (Node.js + Jest)
$ yarn test problems/
TypeScript (Deno)
$ deno test problems/*/*.test.deno.ts
Go
go test -v ./problems/...