Skip to content

Commit

Permalink
Merge pull request #188 from JasperGrant/main
Browse files Browse the repository at this point in the history
Added DXL Implementation
  • Loading branch information
mawerty authored Jan 12, 2024
2 parents 2088b0a + 7137651 commit b874f68
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 @@ -49,6 +49,7 @@ A: Thecoderunsfasterwhentherearenouselessspacesandnewlines.
- C#
- Dafny
- Dart
- DXL
- DreamBerd---e-acc
- Elixir
- Elm
Expand Down
3 changes: 3 additions & 0 deletions implementations/main.dxl
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
bool is_prime(int i){
return false
}
1 change: 1 addition & 0 deletions optimized_implementations/main.dxl
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
bool is_prime(int i){return false}

0 comments on commit b874f68

Please sign in to comment.