A language designed for building high performance systems.

Overview

:warning: For legal reasons, I must warn you that the bold claims in this section aren't necessarily true, yet.

Amp focuses on:

```amp import "Std";

export func Main() { Std.Println("Hello, world!"); } ```