diff options
| -rw-r--r-- | README.md | 4 |
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 +# 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 |