https://github.com/ajhynes7/advent-of-code-2021
My Advent of Code 2021 solutions
https://github.com/ajhynes7/advent-of-code-2021
Last synced: 2 months ago
JSON representation
My Advent of Code 2021 solutions
- Host: GitHub
- URL: https://github.com/ajhynes7/advent-of-code-2021
- Owner: ajhynes7
- Created: 2021-11-30T14:28:16.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-01T20:31:46.000Z (over 3 years ago)
- Last Synced: 2024-10-12T00:28:18.019Z (8 months ago)
- Language: Julia
- Size: 8.79 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code 2021
My Advent of Code 2021 solutions.
## Usage
Example of running a script:
```sh
$ julia --project=. days/day_01.jl
```