Skip to content

Commit

Permalink
wordy: formatted
Browse files Browse the repository at this point in the history
  • Loading branch information
Ephraim-nonso committed Oct 17, 2024
1 parent 008fd0e commit 281fd43
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,6 @@
},
"exercises": {
"concept": [
{
"slug": "low-power-embedded-game",
"name": "Low-power Embedded Game",
"uuid": "f3b7ce44-1667-42b4-b792-401d36aee2f1",
"concepts": ["tuples"],
"prerequisites": ["traits"],
"status": "wip"
},
{
"slug": "lucians-luscious-lasagna",
"name": "Lucian's Luscious Lasagna",
Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/wordy/.meta/example.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -160,4 +160,4 @@ fn char_to_digit(c: u8) -> Option<u8> {
} else {
Option::None // Return None for invalid characters
}
}
}

0 comments on commit 281fd43

Please sign in to comment.