adventofcode2022/day21/sol.sh

7 lines
68 B
Bash

#!/bin/sh
go run part1.go
go run part2.go > expr.py
python sat.py