index
:
rustlings.git
main
Rustlings course
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
dev
/
init.rs
blob: 01cfd9f0cbd1cdcc79400db0d8e7512ceddbee49 (
plain
)
1
2
3
4
5
use anyhow::Result; pub fn init() -> Result<()> { todo!() }