Skip to content

AC atcoder/abc334/e #134

AC atcoder/abc334/e

AC atcoder/abc334/e #134

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