Added build command

This commit is contained in:
2023-10-17 15:10:35 +02:00
parent c3925e86b3
commit cae6696c3e
7 changed files with 103 additions and 12 deletions

View File

@ -2,6 +2,12 @@
A simple programming language.
## Features
* Fast compilation
* High performance
* Small binaries
## Installation
```shell
@ -10,11 +16,11 @@ cd q
go build
```
## Features
## Usage
* Fast compilation
* High performance
* Small binaries
```shell
q build
```
## License