basic file tree buildin

This commit is contained in:
Chance 2025-03-28 02:28:52 -04:00 committed by lily
parent 74faf8fcc9
commit a8e88d9126
Signed by: lily
GPG key ID: 601F3263FBCBC4B9
10 changed files with 462 additions and 36 deletions

View file

@ -6,4 +6,3 @@ fn main() {
let example_path: &Path = &std::path::Path::new(".");
example_path.to_kosmora_inode();
}