# q A simple programming language. ## Features * Fast compilation * Small binaries ## Installation ```shell git clone https://git.akyoto.dev/cli/q cd q go build ``` ## Usage Build a Linux ELF executable from `examples/hello`: ```shell ./q build examples/hello ``` Run the generated executable: ```shell ./examples/hello/hello ``` ## License Please see the [license documentation](https://akyoto.dev/license). ## Copyright © 2023 Eduard Urbach