https://github.com/hdev14/programming_questions
A collection of programming questions/answers implemented with typescript.
https://github.com/hdev14/programming_questions
Last synced: 2 months ago
JSON representation
A collection of programming questions/answers implemented with typescript.
- Host: GitHub
- URL: https://github.com/hdev14/programming_questions
- Owner: hdev14
- Created: 2025-03-07T17:11:12.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-03-08T00:59:01.000Z (3 months ago)
- Last Synced: 2025-03-08T01:28:33.311Z (3 months ago)
- Language: TypeScript
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
First install all the deps with `npm install`, than to execute the programing questions just use the command `npm run test`.