Skip to content

Commit

Permalink
vlq updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Falilah committed Dec 1, 2024
1 parent 46d42f8 commit 056130e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/practice/variable-length-quantity/src/lib.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ pub fn encode(integers: Array<u32>) -> Array<u32> {
}

pub fn decode(integers: Array<u32>) -> Array<u32> {
panic!("implemenent `decode`");
panic!("implemenent `decode`")
}

0 comments on commit 056130e

Please sign in to comment.