No description
  • Odin 97.3%
  • Shell 2.7%
Find a file
2026-08-17 12:05:43 +01:00
.codecrafters init [skip ci] 2026-06-14 11:38:26 +00:00
src brace expansion 2026-08-17 12:02:16 +01:00
tests complete: multiple candidates 2026-08-09 11:11:58 +01:00
.gitattributes init [skip ci] 2026-06-14 11:38:26 +00:00
.gitignore init [skip ci] 2026-06-14 11:38:26 +00:00
codecrafters.yml complete: cli args 2026-08-09 10:47:15 +01:00
ols.json codecrafters submit [skip ci] 2026-06-14 13:06:43 +01:00
README.md update readme 2026-08-17 12:05:43 +01:00
your_program.sh init [skip ci] 2026-06-14 11:38:26 +00:00

progress-banner

This is a Odin solution to the "Build Your Own Shell" Challenge.

In this challenge, I've built my own POSIX compliant shell that's capable of interpreting shell commands, running external programs and builtin commands like cd, pwd, echo and more.

Note: If you're viewing this repo on GitHub my repo, head over to codecrafters.io to try the challenge.