Skip to content

Commit

Permalink
remove total field, as it just adds clutter
Browse files Browse the repository at this point in the history
  • Loading branch information
LivInTheLookingGlass committed Jul 14, 2024
1 parent 452b316 commit 7f2f097
Showing 1 changed file with 27 additions and 28 deletions.
55 changes: 27 additions & 28 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,34 +24,33 @@ LivInTheLookingGlass’s Project Euler solutions
.. |br| raw:: html

<br/>
.. |total| replace:: 897

+------------+---------------------+--------------+---------------+
| Language | Version | Solved | Status |
+============+=====================+==============+===============+
| C | C11+ in: ``gcc``, | 17 / |total| | |Ci| |
| | |br| ``clang``, | | |
| | ``msvc``, |br| | | |
| | ``pcc``, ``tcc`` | | |
+------------+---------------------+--------------+---------------+
| C# | .NET 2+ | 2 / |total| | |C#i| |
+------------+---------------------+--------------+---------------+
| JavaScript | Node 12+ | 2 / |total| | |JavaScript| |
+------------+---------------------+--------------+---------------+
| Python | CPython 3.6+ |br| | 70 / |total| | |Python| |
| | Pypy 3.6+ |br| | | |
| | GraalPy 23.1+ | | |
+------------+---------------------+--------------+---------------+
| Rust | 1.69+ | 5 / |total| | |Rust| |
+------------+---------------------+--------------+---------------+
| Documentation (in progress) | |Pages| |
+-------------------------------------------------+---------------+
| Code Coverage (in progress) | |Coverage| |
+-------------------------------------------------+---------------+
| Code Scanning | |CodeQL| |br| |
| | |ESLint| |br| |
| | |RustClippy| |
+-------------------------------------------------+---------------+

+------------+---------------------+--------+---------------+
| Language | Version | Solved | Status |
+============+=====================+========+===============+
| C | C11+ in: ``gcc``, | 17 | |Ci| |
| | |br| ``clang``, | | |
| | ``msvc``, |br| | | |
| | ``pcc``, ``tcc`` | | |
+------------+---------------------+--------+---------------+
| C# | .NET 2+ | 2 | |C#i| |
+------------+---------------------+--------+---------------+
| JavaScript | Node 12+ | 2 | |JavaScript| |
+------------+---------------------+--------+---------------+
| Python | CPython 3.6+ |br| | 70 | |Python| |
| | Pypy 3.6+ |br| | | |
| | GraalPy 23.1+ | | |
+------------+---------------------+--------+---------------+
| Rust | 1.69+ | 5 | |Rust| |
+------------+---------------------+--------+---------------+
| Documentation (in progress) | |Pages| |
+-------------------------------------------+---------------+
| Code Coverage (in progress) | |Coverage| |
+-------------------------------------------+---------------+
y| Code Scanning | |CodeQL| |br| |
| | |ESLint| |br| |
| | |RustClippy| |
+-------------------------------------------+---------------+

.. image:: https://codecov.io/github/LivInTheLookingGlass/Euler/graphs/icicle.svg?token=6GHBNILEHG

Expand Down

0 comments on commit 7f2f097

Please sign in to comment.