Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codedoctorde/aoc2023
https://github.com/codedoctorde/aoc2023
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/codedoctorde/aoc2023
- Owner: CodeDoctorDE
- Created: 2023-12-06T13:12:13.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2023-12-06T13:49:27.000Z (12 months ago)
- Last Synced: 2023-12-06T14:31:16.804Z (12 months ago)
- Language: Rust
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code 2023
This repository contains my solutions for the [Advent of Code 2023](https://adventofcode.com/2023) challenge.
## Usage
To run the code for a specific day, use the following command:
```bash
cd day01a
cargo run
```