Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 582 Bytes

File metadata and controls

20 lines (12 loc) · 582 Bytes

About

This directory contains basic usage examples of some Ü features and standard library functionality. Each file is a self-contained example.

Note that these examples contain only limited set of all Ü features. Read the documentation to know more about the language.

How to build

Use the build system to build each file, like this:

u.._build_system build_single some_example.u

Different options may be specified, see the build system documentation for more information.

Alternatively it's possible to build all examples as part of the whole Ü project.