I'd like to have used Rust as the implementation language for this, but it
doesn't really work yet because it lacks union structs. So, much as I dislike C, C it will have to be.
This commit is contained in:
parent
0092c30390
commit
655526afac
|
@ -1,7 +0,0 @@
|
|||
[package]
|
||||
|
||||
name = "post_scarcity"
|
||||
version = "0.1.0"
|
||||
authors = ["Simon Brooke <simon@journeyman.cc>"]
|
||||
|
||||
[dependencies]
|
|
@ -1,4 +0,0 @@
|
|||
fn main() {
|
||||
println!("Post-scarcity software environment, version 0");
|
||||
println!("Note: This does not work yet.");
|
||||
}
|
Loading…
Reference in a new issue