Skip to content

Add U+2252 and U+2253 #21

Add U+2252 and U+2253

Add U+2252 and U+2253 #21

Workflow file for this run

name: Continuous integration
on: [push, pull_request]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: cargo build
- run: cargo test