Skip to content

exercism/julia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

colinleachColin Leach
and
Colin Leach
Apr 6, 2025
31885f4 · Apr 6, 2025
May 3, 2022
Apr 1, 2025
Sep 15, 2024
Apr 5, 2025
Apr 5, 2025
Nov 3, 2021
Mar 19, 2021
Apr 5, 2025
Aug 29, 2024
Aug 7, 2021
Mar 13, 2021
Apr 3, 2021
Mar 5, 2024
May 31, 2023
Jun 1, 2021
Apr 3, 2021
Mar 13, 2021
Apr 6, 2025
Apr 2, 2025
Nov 17, 2022
Jan 30, 2024

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.