Continue writing report
This commit is contained in:
parent
bc3fe77c93
commit
f36c9fef60
22 changed files with 266 additions and 165 deletions
3
tex/code/plus.rs
Normal file
3
tex/code/plus.rs
Normal file
|
@ -0,0 +1,3 @@
|
|||
fn plus(num1: i32, num2: i32) -> i32 {
|
||||
num1 + num2
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue