Added Cargo.toml and main.rs, even though neither does anything of interest
yet.
This commit is contained in:
parent
ccdad5b974
commit
0092c30390
2 changed files with 11 additions and 0 deletions
4
src/main.rs
Normal file
4
src/main.rs
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
fn main() {
|
||||
println!("Post-scarcity software environment, version 0");
|
||||
println!("Note: This does not work yet.");
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue