Skip to content

Logic Error fixed in Solution #372

Logic Error fixed in Solution

Logic Error fixed in Solution #372

Workflow file for this run

name: C/C++ CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build all .c files
run: make