Skip to content

Commit

Permalink
[feat] Create an evolution PoC model
Browse files Browse the repository at this point in the history
  • Loading branch information
jsanchez556 committed Dec 3, 2024
1 parent 3251d56 commit 73708c0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
target
<<<<<<< HEAD
=======
.tool-versions
>>>>>>> 089db26 ([feat] Create an evolution PoC model)
2 changes: 1 addition & 1 deletion src/models/evolution.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ impl EvolutionImpl of EvolutionTrait {
false => Result::Err('Evolution requirements not met'),
}
}
}
}

0 comments on commit 73708c0

Please sign in to comment.