Skip to content

fix(extract): always return a pointer to the first element of the vector #16

fix(extract): always return a pointer to the first element of the vector

fix(extract): always return a pointer to the first element of the vector #16

Workflow file for this run

name: CI
on:
pull_request:
branches: [master]
push:
branches: [master]
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Build
run: make