Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
edg-l committed Feb 19, 2024
1 parent 4a5ca4a commit 1e7bb55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion programs/refs.ed
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ mod Main {
return a;
}

pub fn hello(a: &mut i32) {
pub fn hello(a: &mut i64) {
*a = 2;
}
}

0 comments on commit 1e7bb55

Please sign in to comment.