mcalc

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

Added main prompt screenshot.
Diffstat:
MREADME.md | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md
@@ -1,2 +1,5 @@
 # matrix-calculator-cli
 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)