Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 466 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 466 Bytes

hackerrank-exercises

This repo contains my solutions to the exercises on HackerRank using Typescript

How to use this repo to run your code locally

  1. Clone this repo
  2. run yarn install or npm install
  3. Put your actual exercise code on src/main.ts file
  4. Change 1.in to the input of your exercise
  5. run yarn dev or npm run dev
  6. Only saves the changes and the your logs output will be displayed on the terminal