This commit is contained in:
Cyborus 2024-01-21 17:56:16 -05:00
parent f7031d26e6
commit 0ed154f994
No known key found for this signature in database

1
example.rs Normal file
View file

@ -0,0 +1 @@
fn add_one(x: u32) -> u32 { x + 1 }