add return channel with passing test

This commit is contained in:
2025-06-14 19:20:45 -04:00
parent 4684a36089
commit 28a7a8bcfa
2 changed files with 84 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
mod args;
pub use args::Args;
mod hashes;
mod return_channel;
pub use return_channel::ReturnChannel;