This commit is contained in:
Edgar 2024-02-19 21:09:35 +01:00
parent 4a5ca4a494
commit 1e7bb55d2d
No known key found for this signature in database
GPG Key ID: 70ADAE8F35904387
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ mod Main {
return a;
}
pub fn hello(a: &mut i32) {
pub fn hello(a: &mut i64) {
*a = 2;
}
}