From 67cdcc2e12118becb823e20a40cc2687f2b8425a Mon Sep 17 00:00:00 2001 From: Adam Carpenter <53hornet@gmail.com> Date: Wed, 27 Mar 2019 15:32:37 -0400 Subject: Started Rust in Action MEAP. --- crates/src/main.rs | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 crates/src/main.rs (limited to 'crates/src/main.rs') diff --git a/crates/src/main.rs b/crates/src/main.rs deleted file mode 100644 index 80668f2..0000000 --- a/crates/src/main.rs +++ /dev/null @@ -1,8 +0,0 @@ -use art::PrimaryColor; -use art::mix; - -fn main() { - let red = PrimaryColor::Red, - let yellow = PrimaryColor::Yellow; - mix(red, yellow); -} -- cgit v1.2.3