tangled
alpha
login
or
join now
bwc9876.dev
/
advent
0
fork
atom
Advent of Code solutions
0
fork
atom
overview
issues
pulls
pipelines
Remove .vscode
bwc9876.dev
3 months ago
5553355e
45cfc795
verified
This commit was signed with the committer's
known signature
.
bwc9876.dev
SSH Key Fingerprint:
SHA256:DanMEP/RNlSC7pAVbnXO6wzQV00rqyKj053tz4uH5gQ=
+6
-3
2 changed files
expand all
collapse all
unified
split
.vscode
settings.json
justfile
-3
.vscode/settings.json
···
1
1
-
{
2
2
-
"rust-analyzer.showUnlinkedFileNotification": false
3
3
-
}
+6
justfile
···
2
2
_default:
3
3
@just --list --unsorted --justfile {{justfile()}}
4
4
5
5
+
checkall:
6
6
+
nix flake check
7
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
38
+
39
39
+
hakari:
40
40
+
cargo hakari generate