diff options
| author | Paul Buetow <paul@buetow.org> | 2026-03-25 23:10:05 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-03-25 23:10:05 +0200 |
| commit | a8bf09cc8f3c8d423e945492f19e15a81489e5c1 (patch) | |
| tree | 4fe45c77f6e8dd0bdfd959f7522b0d01948ec368 | |
| parent | 4a0bdeb98cd28388780239e5bec9488d1a75c19e (diff) | |
README: Add fox mascot ASCII art logo
| -rw-r--r-- | README.md | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -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 |
