Adding all commands and boilerplate

This commit is contained in:
2026-02-23 14:46:19 +00:00
parent 593ad42d3b
commit 26eccecc7c
6 changed files with 49 additions and 18 deletions

3
src/end.rs Normal file
View File

@@ -0,0 +1,3 @@
pub fn end(message: String) -> Result<(), std::io::Error> {
Ok(())
}