Skip to content

Commit

Permalink
Merge pull request #199 from hypergonial/main
Browse files Browse the repository at this point in the history
Add Lean
  • Loading branch information
mawerty authored Jan 12, 2024
2 parents e782ad9 + 35bcf53 commit 569d9a6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ A: Thecoderunsfasterwhentherearenouselessspacesandnewlines.
- Julia
- Kotlin
- LaTeX
- Lean
- Lisp
- LiveScript
- Lua
Expand Down
1 change: 1 addition & 0 deletions implementations/main.lean
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
def is_prime (number: Nat): Bool := false
1 change: 1 addition & 0 deletions optimized_implementations/main.lean
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
def is_prime (_: Nat): Bool := false

0 comments on commit 569d9a6

Please sign in to comment.