advent2024/day6/run

5 lines
70 B
Bash
Executable File

#!/bin/bash
go build -o ./bin/solution ./main.go
./bin/solution "$1"