Advent of Code solutions

Remove .vscode

bwc9876.dev 5553355e 45cfc795

verified
+6 -3
-3
.vscode/settings.json
··· 1 - { 2 - "rust-analyzer.showUnlinkedFileNotification": false 3 - }
+6
justfile
··· 2 2 _default: 3 3 @just --list --unsorted --justfile {{justfile()}} 4 4 5 + checkall: 6 + nix flake check 7 + 5 8 year := `date +%Y` 6 9 day := `nu -c 'date now | format date "%_d" | str trim'` 7 10 ··· 32 35 # Open Editor to today's file 33 36 start: 34 37 nvim years/{{year}}/src/day_{{day}}.rs 38 + 39 + hakari: 40 + cargo hakari generate