From fca68dfe8b49914d13f29706522cb0d3ad80a390 Mon Sep 17 00:00:00 2001 From: 53hornet <53hornet@gmail.com> Date: Fri, 22 Mar 2019 21:47:54 -0400 Subject: Added crates module (?) --- crates/src/main.rs | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 crates/src/main.rs (limited to 'crates/src/main.rs') diff --git a/crates/src/main.rs b/crates/src/main.rs new file mode 100644 index 0000000..80668f2 --- /dev/null +++ b/crates/src/main.rs @@ -0,0 +1,8 @@ +use art::PrimaryColor; +use art::mix; + +fn main() { + let red = PrimaryColor::Red, + let yellow = PrimaryColor::Yellow; + mix(red, yellow); +} -- cgit v1.2.3