Skip to content

Fix version information as suggested by #31 #52

Fix version information as suggested by #31

Fix version information as suggested by #31 #52

Workflow file for this run

name: C/C++ CI
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: programs
run: cd programs && make && make tests