https://github.com/bew/adventofcode-2019
https://github.com/bew/adventofcode-2019
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bew/adventofcode-2019
- Owner: bew
- Created: 2019-12-07T09:05:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-30T21:35:10.000Z (over 6 years ago)
- Last Synced: 2025-07-24T23:22:33.668Z (11 months ago)
- Language: Crystal
- Size: 49.8 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code 2019
_First time doing this event! I'm excited!_
This repository is my attempt at the 2019 edition of [AdventOfCode](https://adventofcode.com/2019), using the [Crystal](https://crystal-lang.org) programming language.
This project is also my first time using the [Nix](https://nixos.org/nix/) package manager :tada:.
### Build & run using Nix
Build all puzzles using `nix-build` or specific day using `nix-build -A day2`.
Then the built puzzles are symlinked by `nix-build` in the current directory.
### Run using crystal directly
Each day puzzle can be run using: `crystal run ./day2/day2.cr`
---
test from sg vm