Skip to content

Added take k characters from left and right solution. #159

Added take k characters from left and right solution.

Added take k characters from left and right solution. #159

Workflow file for this run

name: build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
env:
CARGO_TERM_COLOR: always
RUSTFLAGS: "-Dwarnings"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check
run: cargo clippy --all-targets --all-features
- name: Run tests
run: cargo test --verbose