summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/README.md b/README.md
index ea36bff..3c7edb1 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,22 @@
A simple AI-engineered command-line percentage calculator written in Go.
+```
+ ┌────────────────────────────────┐
+ │ G T Calculator │
+ │ │
+ │ (o.o) │
+ │ /| | \ 5 6 * │
+ │ / | | \ _______ │
+ │ / | | \ / G T \ │
+ │ ( | | )% + | │
+ │ \ | | / | RPN | │
+ │ \ | | / | Calc | │
+ │ \|___|/ |_______| │
+ │ Result: 30 │
+ └────────────────────────────────┘
+```
+
## Installation
```bash