Skip to content

Adapt hashset examples and check 31 and fix presentation issues #3

Adapt hashset examples and check 31 and fix presentation issues

Adapt hashset examples and check 31 and fix presentation issues #3

Workflow file for this run

name: CI
on: [push]
jobs:
test:
runs-on: rust:1.76
steps:
- uses: actions/checkout@v3
- run: cargo build
working-directory: ./assignments
- run: cargo test
working-directory: ./assignments