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:
simon 2017-01-06 10:14:57 +00:00
parent 0092c30390
commit 655526afac
2 changed files with 0 additions and 11 deletions

View file

@ -1,7 +0,0 @@
[package]
name = "post_scarcity"
version = "0.1.0"
authors = ["Simon Brooke <simon@journeyman.cc>"]
[dependencies]

View file

@ -1,4 +0,0 @@
fn main() {
println!("Post-scarcity software environment, version 0");
println!("Note: This does not work yet.");
}