Skip to content

Added find the difference solution. #161

Added find the difference solution.

Added find the difference solution. #161

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