Skip to content

serialhex/julia

 
 

Repository files navigation

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.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Julia 98.6%
  • Shell 1.4%