diff options
Diffstat (limited to 'README.md')
| -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 |