advent-of-code/2023/justfile

13 lines
179 B
Makefile
Raw Normal View History

2023-12-01 15:31:20 +00:00
#!/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