advent-of-code/2023/justfile
2023-12-01 10:31:20 -05:00

13 lines
179 B
Makefile

#!/usr/bin/env -S just --justfile
DAY := `date +%d`
new:
cp python/_sample.py python/day{{ DAY }}.py
touch full/day{{ DAY }}.txt
touch samples/day{{ DAY }}.txt