Skip to content

Commit

Permalink
README for ch0
Browse files Browse the repository at this point in the history
  • Loading branch information
SkylerKidd committed Oct 26, 2015
1 parent 024c9e7 commit 0a6924e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,14 @@ The general format of each problem is to create a script to process a provided s

### Challenge 0

This first one is simply an introduction to the format of answering the puzzle.

The puzzle is a picture of **2<sup>38</sup>**. We can quickly solve for this in Python with:
```
2**38
```

Replacing the **0** in the url with the result (**274877906944**) gets us to the next challenge.

### Challenge 1

Expand Down

0 comments on commit 0a6924e

Please sign in to comment.