Skip to content

Commit

Permalink
Merge branch 'main' into upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
havardox authored Oct 26, 2022
2 parents 5606b19 + fa5304f commit d3739c2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion examples/easy.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Easy example

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

```python
>>> from polyomino.constant import TETROMINOS
>>> from polyomino.board import Rectangle
Expand All @@ -18,4 +22,4 @@
| | |
+-+-+-+-+

```
```

0 comments on commit d3739c2

Please sign in to comment.