Skip to content

feat: add ts solution to lc problem: No.2103 (#1916) #1608

feat: add ts solution to lc problem: No.2103 (#1916)

feat: add ts solution to lc problem: No.2103 (#1916) #1608

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'