Skip to content

Commit

Permalink
Update Replit link.
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottslaughter committed Jun 1, 2022
1 parent 0bfb9cf commit 1b0ee82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ __Terra__ is a low-level system programming language that is embedded in and met
terralib.saveobj("helloterra",{ main = hello })
{: id="introcode"}

Try this example and others in your browser: https://replit.com/@terralang/terra
Try this example and others in your browser via [Replit](https://replit.com/@terralang/terra).

Like C/C++, Terra is a **statically-typed**, **compiled language** with manual memory management.
But unlike C/C++, it is designed from the beginning to be **meta-programmed from Lua**.
Expand Down

0 comments on commit 1b0ee82

Please sign in to comment.