Skip to content

hipdev/75-challenges

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published