https://github.com/krish8learn/exercism
contains solution of exercism Go challenges
https://github.com/krish8learn/exercism
Last synced: about 1 year ago
JSON representation
contains solution of exercism Go challenges
- Host: GitHub
- URL: https://github.com/krish8learn/exercism
- Owner: krish8learn
- Created: 2022-04-21T06:52:48.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-15T21:17:08.000Z (over 1 year ago)
- Last Synced: 2025-02-15T22:43:50.706Z (over 1 year ago)
- Language: PHP
- Size: 9.38 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# exercism
contains solution of exercism challenges
command to run test cases php:
./vendor/bin/phpunit [php folder name]
command to run test cases go:
go test
command to run test cases typescript:
corepack yarn test