Skip to content

feat(js): add solutions for 2024 day 20 part 1 #176

feat(js): add solutions for 2024 day 20 part 1

feat(js): add solutions for 2024 day 20 part 1 #176

Workflow file for this run

name: rust
on: [push, pull_request]
jobs:
lint-and-run:
name: Rust (lint and run solutions for current edition)
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./rust
steps:
- uses: actions/checkout@v2
- run: cargo run
- run: cargo test