diff options
| author | Baitinq <[email protected]> | 2025-06-22 17:54:21 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-06-22 17:54:21 +0200 |
| commit | 3499b5a7a56520ad98c482703ac773368e8fe4a6 (patch) | |
| tree | 3a8c7e64df7fa82fef5a35aa0dabba43bdf038f6 | |
| parent | clean (diff) | |
| download | pry-lang-3499b5a7a56520ad98c482703ac773368e8fe4a6.tar.gz pry-lang-3499b5a7a56520ad98c482703ac773368e8fe4a6.tar.bz2 pry-lang-3499b5a7a56520ad98c482703ac773368e8fe4a6.zip | |
Update README.md
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index 0e3651a..47c352a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# 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. |