hipdev / 75-challenges

75 challenges grouped by difficulty

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install Bun, fast and simple, runs TS by default.

curl -fsSL https://bun.sh/install | bash

Then run in your terminal

bun <challenge-name>

That's it

If you are on Windows, then use TS-node

npm install -D typescript
npm install -D ts-node

Then run in your terminal

ts-node <challenge-name>

About

75 challenges grouped by difficulty


Languages

Language:TypeScript 100.0%