Skip to content

add solution for y2023 d15 #57

add solution for y2023 d15

add solution for y2023 d15 #57

Workflow file for this run

name: Unit tests
on: [push, pull_request]
jobs:
build-and-unit-tests:
name: Unit Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: "1.19"
- run: make build test