Skip to content

feat: add solutions to lc problem: No.10035 (#2193) #2641

feat: add solutions to lc problem: No.10035 (#2193)

feat: add solutions to lc problem: No.10035 (#2193) #2641

Workflow file for this run

name: black-linter
on:
push: {}
pull_request: {}
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: jpetrucciani/black-check@master
with:
black_flags: '-S'