gpucce / julia_exercism

Exercism exercises in Julia.

Home Page:https://exercism.org/tracks/julia

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Exercism Julia Track

Exercise CI Configlet

Exercism exercises in Julia.

Contributing Guide

Please see the contributing guide.

Please read and adhere to the Code of Conduct.

Code Formatting Guidelines

Your example solutions should adhere to the following guidelines:

  • 4 spaces per indentation level, no tabs
  • use whitespace to make the code more readable
  • no whitespace at the end of a line (trailing whitespace)
  • comments are good, especially when they explain the algorithm
  • use upper camel case convention for type names
  • use lower case for method names, add underscores if necessary

These are based on the General Formatting Guidelines for contributions to the Julia codebase.

About

Exercism exercises in Julia.

https://exercism.org/tracks/julia

License:MIT License


Languages

Language:Julia 98.8%Language:Shell 1.2%