Implemented ELF header

This commit is contained in:
Eduard Urbach 2023-10-17 20:29:36 +02:00
parent 56bb014b51
commit 5fc2911523
Signed by: eduard
GPG key ID: 49226B848C78F6C8
7 changed files with 217 additions and 2 deletions

View file

@ -19,7 +19,7 @@ go build
## Usage
```shell
q build
./q build examples/hello
```
## License