about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorBaitinq <[email protected]>2025-06-22 17:51:09 +0200
committerGitHub <[email protected]>2025-06-22 17:51:09 +0200
commit3f8d389602ae2163c3f6dde0ea7bc4537ef5059c (patch)
tree330940e11c86594693b17fe0e3b39d45a57ec27e /README.md
parentMisc: Improve README (diff)
downloadpry-lang-3f8d389602ae2163c3f6dde0ea7bc4537ef5059c.tar.gz
pry-lang-3f8d389602ae2163c3f6dde0ea7bc4537ef5059c.tar.bz2
pry-lang-3f8d389602ae2163c3f6dde0ea7bc4537ef5059c.zip
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index fbdffbc..0e3651a 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,9 @@
-# Pry Programming Language
+![file](https://github.com/user-attachments/assets/c1c5edc6-eb3b-4cfd-a099-1344cfd24563)# Pry Programming Language
 
 Pry is a simple, statically-typed programming language that compiles to native code via LLVM. It features a minimal C-like syntax with basic functional programming elements.
 
+<img src="images/logo.svg" width="200" alt="Logo" />
+
 ## Features
 
 - **Static typing** with explicit type annotations