Tutorial

This tutorial walks through creating a simple add-two program and compiles it with description how everything works.

For the overall instructions:

# Install zink toolchain
cargo install zinkup

# Create project
elko new add-two

# Compile it
cd add-two && elko build
ls target/add-two.bin