/exercism

:muscle: Exercism solutions

Primary LanguagePythonMIT LicenseMIT

exercism

License

Exercism solutions

Getting Started

If you are new to exercism, you can get started with this intro.

Code Style

language code style & linter command
coffeescript Linter yarn lint
ecmascript Linter cd <exercise> && yarn lint
elm Code Style elm-format .
go Code Style go fmt .
java Code Style java -jar google-java-format-1.8-all-deps.jar -r ./**/src/main/java/*.java -r
javascript Code Style yarn lint
python Code Style pycodestyle . or autopep8 --in-place --aggressive --aggressive --recursive .
ruby Code Style rubocop .
typescript Linter cd <exercise> && yarn lint

Tests

Go Ruby Python

Contribute

I'd appreciate any feedback via issues.

License

MIT © Rootul Patel