with codegen output

This commit is contained in:
2023-01-29 15:23:03 +01:00
parent e5874141b3
commit 0bf6b0e91e
5 changed files with 31 additions and 5 deletions

View File

@@ -1,3 +1,5 @@
pub mod gen;
pub fn add(left: usize, right: usize) -> usize {
left + right
}