mcalc

simple interactive program to perform matrix operations. (WIP)
Index Commits Files Refs README LICENSE
commit 6ad4b25aa9634a0ed4fdb4c52dd561278692232a
parent 5d65c83e013daf928105cdb5e0a1f50582a5d6c2
Author: Martin J. Klöckner <64109770+klewer-martin@users.noreply.github.com>
Date:   Fri, 23 Apr 2021 01:29:37 -0300

Update README.md
Diffstat:
MREADME.md | 2++
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md
@@ -2,4 +2,6 @@
 Simple non interactive program (for now) that can perform matrix operations 
 
 The main prompt looks something like this:
+
+
 ![alt text](https://github.com/klewer-martin/matrix-calculator-cli/blob/main/matrix-calculator.png?raw=true)