Add docs
This commit is contained in:
parent
e90e4ba405
commit
e7089905f0
7
Cargo.lock
generated
Normal file
7
Cargo.lock
generated
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
# This file is automatically @generated by Cargo.
|
||||||
|
# It is not intended for manual editing.
|
||||||
|
version = 3
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "TestRepo"
|
||||||
|
version = "0.1.0"
|
@ -1,3 +1,5 @@
|
|||||||
|
//! A test
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
println!("Hello, world!");
|
println!("Hello, world!");
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user