Skip to content

AC atcoder/abc357/d #142

AC atcoder/abc357/d

AC atcoder/abc357/d #142

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