feat: add __fs/fuse

This commit is contained in:
2020-10-31 22:38:24 +08:00
parent 93ff5a519e
commit e447b4e96d
4 changed files with 124 additions and 0 deletions

3
__fs/fuse/src/main.rs Normal file
View File

@@ -0,0 +1,3 @@
fn main() {
println!("Hello, world!");
}