summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-03-25 23:10:05 +0200
committerPaul Buetow <paul@buetow.org>2026-03-25 23:10:05 +0200
commita8bf09cc8f3c8d423e945492f19e15a81489e5c1 (patch)
tree4fe45c77f6e8dd0bdfd959f7522b0d01948ec368
parent4a0bdeb98cd28388780239e5bec9488d1a75c19e (diff)
README: Add fox mascot ASCII art logo
-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