Skip to content

Commit

Permalink
Switch to TDD.
Browse files Browse the repository at this point in the history
  • Loading branch information
jp7677 committed Dec 4, 2020
1 parent de018b7 commit a149d8f
Show file tree
Hide file tree
Showing 9 changed files with 20,453 additions and 26 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
bin/**
adventofcode
13 changes: 2 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,7 @@ From <https://adventofcode.com/2020>. Likely to late for every day, but the inte

## Compile & Run

### Day 0

```bash
g++ day0/helloworld.cpp -o bin/helloworld
./bin/helloworld
```

### Day 1

```bash
g++ day1/helloworld.cpp -o bin/day1
./bin/day1
./make.sh
./adventofcode
```
1 change: 0 additions & 1 deletion bin/README.md

This file was deleted.

Loading

0 comments on commit a149d8f

Please sign in to comment.