Skip to content

Commit

Permalink
Add markdown formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
jwg4 committed Oct 11, 2022
1 parent fb8f644 commit 9f1b139
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions examples/easy.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Easy example

This shows a simple example of how to use the module.

```
>>> from polyomino.constant import TETROMINOS
>>> from polyomino.board import Rectangle
>>> tile = TETROMINOS['T']
Expand All @@ -16,3 +21,5 @@
+ +-+ +-+
| | |
+-+-+-+-+
```

0 comments on commit 9f1b139

Please sign in to comment.