Skip to content

docs: add missing docstrings #155

docs: add missing docstrings

docs: add missing docstrings #155

Workflow file for this run

name: C/C++ CI
on:
push:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: configure
run: |
sudo apt-get update -y
sudo apt-get install -y git make gcc gcc-multilib g++-multilib libncurses-dev
- name: build
run: |
./_binarytests.sh