diff options
| author | Baitinq <[email protected]> | 2025-06-22 18:01:32 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-06-22 18:01:32 +0200 |
| commit | 4c0dbe466b914c65c82a0f86569a2f799733d0e5 (patch) | |
| tree | c72d2b8f644a82bb90cf1a6827b144bfb7c47e12 /README.md | |
| parent | Misc: Improve README (diff) | |
| parent | Update README.md (diff) | |
| download | pry-lang-4c0dbe466b914c65c82a0f86569a2f799733d0e5.tar.gz pry-lang-4c0dbe466b914c65c82a0f86569a2f799733d0e5.tar.bz2 pry-lang-4c0dbe466b914c65c82a0f86569a2f799733d0e5.zip | |
Add logo to README
Add logo to README
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md index fbdffbc..53acf43 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ -# Pry Programming Language +<h1> + Pry Programming Language + <img src="images/logo.svg" width="40" alt="Logo" /> +</h1> 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. |