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