Skip to content

Solved the one with palindromes. #27

Solved the one with palindromes.

Solved the one with palindromes. #27

Workflow file for this run

name: C/C++ CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build & Test
uses: ashutoshvarma/action-cmake-build@master
with:
build-dir: ${{ runner.workspace }}/build
cxx: g++
build-type: Release
run-test: true