Skip to content

Commit

Permalink
Merge pull request #133 from DavidJS01/feat/add-gleam
Browse files Browse the repository at this point in the history
add gleam implementations, update readme
  • Loading branch information
mawerty authored Jan 11, 2024
2 parents cb60702 + 555687c commit 2df168e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ Thecoderunsfasterwhentherearenouselessspacesandnewlines.
- Fortran 95
- FStar
- German
- Gleam
- GO
- Groovy
- Haskell
Expand Down
3 changes: 3 additions & 0 deletions implementations/main.gleam
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
pub fn is_prime() -> Bool {
False
}
1 change: 1 addition & 0 deletions optimized_implementations/main.gleam
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pub fn is_prime()->Bool{False}

0 comments on commit 2df168e

Please sign in to comment.