Skip to content

fix: atcoder/abc332/d/main_v2.rs #132

fix: atcoder/abc332/d/main_v2.rs

fix: atcoder/abc332/d/main_v2.rs #132

Workflow file for this run

name: ci
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: cargo fmt --all --check
- run: cargo build
- run: cargo test --test template-lib