Skip to content

Commit

Permalink
Merge pull request #134 from joshkleyman/main
Browse files Browse the repository at this point in the history
add DreamBerd---e-acc implementations, update readme
  • Loading branch information
mawerty authored Jan 12, 2024
2 parents 2df168e + 9f867ce commit c8de381
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 @@ -51,6 +51,7 @@ Thecoderunsfasterwhentherearenouselessspacesandnewlines.
- CUDA
- Dafny
- Dart
- DreamBerd---e-acc
- Elixir
- Elm
- Emojicode
Expand Down
3 changes: 3 additions & 0 deletions implementations/main.db3
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
function is_prime(n) => {
return false!
}
1 change: 1 addition & 0 deletions optimized_implementations/main.db3
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
f is_prime(

0 comments on commit c8de381

Please sign in to comment.