Skip to content

Rename Point.h to point.h #22

Rename Point.h to point.h

Rename Point.h to point.h #22

Workflow file for this run

name: C/C++ Binary build
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: clean
run: make clean
- name: make (run)
run: make