Skip to content

rootulp/exercism

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Feb 12, 2025
1b6f7b6 · Feb 12, 2025
May 10, 2022
Feb 9, 2018
Feb 9, 2018
Nov 28, 2023
Nov 15, 2024
Feb 28, 2021
Nov 28, 2023
Apr 11, 2021
Nov 27, 2023
Feb 12, 2025
Nov 28, 2023
Feb 9, 2018
Mar 1, 2017
Nov 27, 2023

Repository files navigation

Exercism

License

Exercism solutions

Getting Started

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

Tests

Go Ruby Python Rust

Code Style

language code style & linter command
coffeescript coffeelint yarn lint
ecmascript airbnb style guide cd <exercise> && yarn lint
elm elm-format elm-format .
go gofmt go fmt .
java google-java-format java -jar google-java-format-1.8-all-deps.jar -r ./**/src/main/java/*.java -r
javascript prettier yarn lint
python pep 8 pycodestyle . or autopep8 --in-place --aggressive --aggressive --recursive .
ruby rubocop rubocop .
rust rustfmt cargo fmt --all
typescript tslint cd <exercise> && yarn lint

Contribute

I'd appreciate any feedback via issues.