Adding all commands and boilerplate
This commit is contained in:
3
src/end.rs
Normal file
3
src/end.rs
Normal file
@@ -0,0 +1,3 @@
|
||||
pub fn end(message: String) -> Result<(), std::io::Error> {
|
||||
Ok(())
|
||||
}
|
||||
Reference in New Issue
Block a user