Skip to content

Commit

Permalink
Add missing README files
Browse files Browse the repository at this point in the history
  • Loading branch information
kfarnung committed Sep 30, 2021
1 parent e9b1b18 commit 252e656
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
20 changes: 20 additions & 0 deletions 2019/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Advent of Code 2019

https://adventofcode.com/2019

## Language

Implemented in [Rust](https://www.rust-lang.org/).

## Preparation

Install
[Rust](https://doc.rust-lang.org/cargo/getting-started/installation.html).

## Running tests

Run tests using `cargo`:

```console
cargo test
```
19 changes: 19 additions & 0 deletions 2020/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Advent of Code 2020

https://adventofcode.com/2020

## Language

Implemented in [Go](https://golang.org/).

## Preparation

Install [Go](https://golang.org/doc/install) for your platform.

## Running tests

Run tests with `go test`:

```console
go test ./...
```

0 comments on commit 252e656

Please sign in to comment.