Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 266 Bytes

File metadata and controls

21 lines (19 loc) · 266 Bytes

Nonogram

お絵かきロジックを解くプログラム。

実行方法

$ git clone https://github.com/resoto/Nonogram
$ cd Nonogram
$ python Nonogram.py e.txt
..####..
.##..##.
##....##
########
##......
##....##
.##..##.
..####..
........