Getting Started with Quickfall

Welcome to Quickfall! This guide will help you get up and running with our programming language designed for performance, safety, and developer experience.

Installation

curl -fsSL https://quickfall.dev/install.sh | sh

Your First Quickfall Program

func main() {
    print("Hello, Quickfall!");
}

Next Steps