Environment (#3)

Reviewed-on: phoenix/icarus_envy#3
Co-authored-by: kdeng00 <kundeng00@pm.me>
Co-committed-by: kdeng00 <kundeng00@pm.me>
This commit is contained in:
kdeng00
2025-05-29 23:15:44 +00:00
committed by phoenix
parent b89633e394
commit f0726b83c9
5 changed files with 30 additions and 0 deletions
+3
View File
@@ -1,3 +1,6 @@
pub mod environment;
pub mod keys;
pub fn add(left: u64, right: u64) -> u64 {
left + right
}