Skip to content

Commit

Permalink
remove move_semantics1 clone (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
TAdev0 authored Dec 22, 2023
1 parent ab4d25a commit 0b0a540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/move_semantics/move_semantics1.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ fn main() {
//TODO fix the error here without modifying this line.
arr1.append(88);

arr1.clone().print();
arr1.print();
}

fn fill_arr(arr: Array<felt252>) -> Array<felt252> {
Expand Down

0 comments on commit 0b0a540

Please sign in to comment.