Introduction
Welcome to the Run language tour! This tour will walk you through the basics of the Run language.
What is Run?
Section titled “What is Run?”Run is a systems programming language that is designed to be simple, fast, and safe. It is inspired by such languages as Zig, Go, and Rust.
What you will learn
Section titled “What you will learn”- The basics of the Run language
- How to write a simple program in Run
- How to use the Run standard library