Skip to content

Commit

Permalink
Added a readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
archy-bold committed Jan 5, 2022
1 parent b56495d commit 3583dba
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Wordle Command Line

A Wordle implementation for the command line, written in go.

### Build

```bash
go build -o wordle
```

### Run

```bash
./wordle
```

0 comments on commit 3583dba

Please sign in to comment.