An open API service indexing awesome lists of open source software.

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

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