Skip to content

Try to solve 2023 day 16 with top-down solver #358

Try to solve 2023 day 16 with top-down solver

Try to solve 2023 day 16 with top-down solver #358

Workflow file for this run

name: Scala CI
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 19
uses: actions/setup-java@v2
with:
distribution: 'zulu'
java-version: '19'
- name: Test with SBT
run: sbt test