From da3eea00a3f00354b74c2ff49f8b1b4827eb3e8c Mon Sep 17 00:00:00 2001 From: Bryan Brattlof Date: Fri, 10 Apr 2020 20:55:57 -0400 Subject: remove non-existant 'terminal' lexar from readme * pygments doesn't have a 'terminal' lexar, and cgit was print large WARNING messages on the about me page. --- readme.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/readme.rst b/readme.rst index 1fac58e..b3f51e5 100644 --- a/readme.rst +++ b/readme.rst @@ -27,13 +27,13 @@ All of the unsolved sudoku puzzles (all 49,151 of them) are stored in is an 81 digit string with :code:`0` representing an unanswered elements in the matrix. For example, this line from :code:`sudoku.sdm`: -.. code-block:: terminal - +.. code-block:: + 060000300400700000000000080000008012500600000000000050082000700000500600000010000 Equals this puzzle, we humans would see: -.. code-block:: terminal +.. code-block:: 0 6 0 | 0 0 0 | 3 0 0 4 0 0 | 7 0 0 | 0 0 0 @@ -80,7 +80,7 @@ Usage After installing python, pass the 81 digit string as an argument in your terminal to get the solved string returned. -.. code-block:: terminal +.. code-block:: $ python sudoku.py 0600003004007000000000000800000080125006000000000000500... 9618453274587231692371695847963584125246918738132749561824367953795826416... -- cgit 22.23.6