This commit is contained in:
rzmk 2024-03-04 22:44:25 +00:00
parent fa436468ad
commit c54bf165ca
61 changed files with 637 additions and 324 deletions

View file

@ -1,5 +1,5 @@
var srcIndex = JSON.parse('{\
"ladderz":["",[],["lib.rs","prealgebra.rs"]],\
"lz":["",[],["main.rs","prealgebra.rs"]]\
}');
var srcIndex = new Map(JSON.parse('[\
["ladderz",["",[],["dsa.rs","lib.rs","prealgebra.rs"]]],\
["lz",["",[],["dsa.rs","main.rs","prealgebra.rs"]]]\
]'));
createSrcSidebar();