Skip to content

Commit

Permalink
remove IndexOutOfBounds error
Browse files Browse the repository at this point in the history
  • Loading branch information
Nenad committed Jun 26, 2024
1 parent bce1ce9 commit 3ad8402
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion exercises/practice/largest-series-product/src/lib.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ pub enum Error {
SpanTooLong,
InvalidDigit: u8,
NegativeSpan,
IndexOutOfBounds
}

pub fn lsp(input: @ByteArray, span: i32) -> Result<u64, Error> {
Expand Down

0 comments on commit 3ad8402

Please sign in to comment.