diff options
| author | Baitinq <[email protected]> | 2025-06-22 17:58:17 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-06-22 17:58:17 +0200 |
| commit | 894e86a717f14c52dedc8c28381d5a6b6136b9c2 (patch) | |
| tree | c72d2b8f644a82bb90cf1a6827b144bfb7c47e12 | |
| parent | Update README.md (diff) | |
| download | pry-lang-logo.tar.gz pry-lang-logo.tar.bz2 pry-lang-logo.zip | |
Update README.md logo
| -rw-r--r-- | README.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md index 47c352a..53acf43 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,10 @@ -# 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. -<img src="images/logo.svg" width="200" alt="Logo" /> - ## Features - **Static typing** with explicit type annotations |