Skip to content

AC atcoder/abc329/f #124

AC atcoder/abc329/f

AC atcoder/abc329/f #124

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