diff --git a/README.md b/README.md index fd465d9..97588fd 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ A powerful tool for creating, running, and managing custom programming languages based on any slang, meme terminology, or domain-specific vocabulary you prefer. +![Example](example.png) + ## Overview This project allows you to define your own programming language syntax by mapping custom keywords to Python equivalents. It provides a complete environment for working with your custom language, including: diff --git a/example.png b/example.png new file mode 100644 index 0000000..9fe60bc Binary files /dev/null and b/example.png differ