Implemented ELF header

This commit is contained in:
2023-10-17 20:29:36 +02:00
parent cae6696c3e
commit 4554fb82cb
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