Skip to content

Commit

Permalink
Merge pull request #39 from jwg4/issue_36
Browse files Browse the repository at this point in the history
Add markdown formatting.
  • Loading branch information
jwg4 authored Oct 25, 2022
2 parents fb8f644 + 9f1b139 commit fa5304f
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 fa5304f

Please sign in to comment.