This repo contains my solutions to the exercises on HackerRank using Typescript
- Clone this repo
- run
yarn installornpm install - Put your actual exercise code on
src/main.tsfile - Change
1.into the input of your exercise - run
yarn devornpm run dev - Only saves the changes and the your logs output will be displayed on the terminal