diff options
author | Greg Brown <gmb60@cam.ac.uk> | 2021-01-06 16:36:46 +0000 |
---|---|---|
committer | Greg Brown <gmb60@cam.ac.uk> | 2021-01-06 16:36:46 +0000 |
commit | eb280a903f8f20d0b0c0ef5acae955a20929d100 (patch) | |
tree | 5e6f38fb41c8c630d3b1e3a1990249f8a98047b8 /examples/autochomp/main.rs | |
parent | dc10a278cca74d737e4af0fe034a1caa8abb291d (diff) |
Create Chewed, the consumer crate.
Diffstat (limited to 'examples/autochomp/main.rs')
-rw-r--r-- | examples/autochomp/main.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/autochomp/main.rs b/examples/autochomp/main.rs new file mode 100644 index 0000000..afa489f --- /dev/null +++ b/examples/autochomp/main.rs @@ -0,0 +1,3 @@ +pub fn main() { + todo!("Create AutoChomp") +} |