feat: basic organization

This commit is contained in:
2025-01-09 21:47:36 +01:00
parent 6b028f822c
commit 2225fa870e
3 changed files with 48 additions and 77 deletions

View File

@@ -21,6 +21,9 @@ fn principal() {
}
}
// NOTE: example function:
// let response_content = fs::read_to_string("./routes/index.html").unwrap();
pub fn add(left: u64, right: u64) -> u64 {
left + right
}