Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aalekhpatel07 authored Dec 10, 2022
1 parent fda93dd commit 1dbccc0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ This Go (+ Rust) hybrid project contains my solutions for Advent of Code 2022.

## Usage

### Rust parts

Build the binaries in the workspace:
```sh
cd experiment && cargo build --release
```
Run the release binary for that day: `./target/release/day-*`

(Do we want some clap-based argparser setup like the `aoc` cobra setup? probably yes but its boring to refactor. Maybe later?)

### Go parts

Build the project with Go:
```sh
cd aoc && go build
Expand Down

0 comments on commit 1dbccc0

Please sign in to comment.