Skip to content

feat(js): add solutions for 2023 day 14 #139

feat(js): add solutions for 2023 day 14

feat(js): add solutions for 2023 day 14 #139

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