Skip to content

Commit

Permalink
add difficulty to P21, P22
Browse files Browse the repository at this point in the history
  • Loading branch information
Seasawher committed Mar 20, 2024
1 parent bfdca19 commit 8a730dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Src/Problem21.lean
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/-
# Problem 21
Insert an element at a given position into a list.
(Easy 🌟) Insert an element at a given position into a list.
-/
variable {α : Type}

Expand Down
2 changes: 1 addition & 1 deletion Src/Problem22.lean
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/-
# Problem 22
Create a list containing all integers within a given range.
(Easy 🌟) Create a list containing all integers within a given range.
-/

def range (m n : Int) : List Int :=
Expand Down

0 comments on commit 8a730dc

Please sign in to comment.