Skip to content

Files

Latest commit

8247e37 · Feb 20, 2025

History

History
71 lines (66 loc) · 1.93 KB

README.md

File metadata and controls

71 lines (66 loc) · 1.93 KB

About

My solutions and approaches to Elixir exercises - from Exercism's Elixir track.

Repository Map

  • .md briefly describes the exercise and links to the original in Exercism
  • <exercise>/lib contains my Elixir solutions

Note that this repository is code-only / no dependencies. Intended only for reference.

.
├── README.md
├── darts
│   ├── DARTS.md
│   └── lib
│       └── darts.ex
├── freelancer-rates
│   ├── FREELANCER_RATES.md
│   └── lib
│       └── freelancer_rates.ex
├── guessing-game
│   ├── GUESSING_GAME.md
│   └── lib
│       └── guessing_game.ex
├── hello-world
│   ├── HELLO_WORLD.md
│   └── lib
│       └── hello_world.ex
├── high-school-sweetheart
│   ├── HIGH_SCHOOL_SWEETHEART.md
│   └── lib
│       └── high_school_sweetheart.ex
├── high-score
│   ├── HIGH_SCORE.md
│   └── lib
│       └── high_score.ex
├── kitchen-calculator
│   ├── KITCHEN_CALCULATOR.md
│   └── lib
│       └── kitchen_calculator.ex
├── language-list
│   ├── LANGUAGE_LIST.md
│   └── lib
│       └── language_list.ex
├── lasagna
│   ├── LASAGNA.md
│   └── lib
│       └── lasagna.ex
├── leap
│   ├── LEAP.md
│   └── lib
│       └── year.ex
├── log-level
│   ├── LOG_LEVEL.md
│   └── lib
│       └── log_level.ex
├── pacman-rules
│   ├── PACMAN_RULES.md
│   └── lib
│       └── rules.ex
├── secrets
│   ├── SECRETS.md
│   └── lib
│       └── secrets.ex
└── two-fer
    ├── TWO_FER.md
    └── lib
        └── two_fer.ex