From 655526afac0ddd84b70762b71112a6f78f2b0569 Mon Sep 17 00:00:00 2001 From: simon Date: Fri, 6 Jan 2017 10:14:57 +0000 Subject: [PATCH] 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. --- Cargo.toml | 7 ------- src/main.rs | 4 ---- 2 files changed, 11 deletions(-) delete mode 100644 Cargo.toml delete mode 100644 src/main.rs diff --git a/Cargo.toml b/Cargo.toml deleted file mode 100644 index 51f1459..0000000 --- a/Cargo.toml +++ /dev/null @@ -1,7 +0,0 @@ -[package] - -name = "post_scarcity" -version = "0.1.0" -authors = ["Simon Brooke "] - -[dependencies] \ No newline at end of file diff --git a/src/main.rs b/src/main.rs deleted file mode 100644 index b310394..0000000 --- a/src/main.rs +++ /dev/null @@ -1,4 +0,0 @@ -fn main() { - println!("Post-scarcity software environment, version 0"); - println!("Note: This does not work yet."); -}