Skip to content

Commit

Permalink
Merge pull request #162 from ZachMK25/racket
Browse files Browse the repository at this point in the history
added Racket support
  • Loading branch information
mawerty authored Jan 12, 2024
2 parents d11fbbe + c910656 commit deda003
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ Thecoderunsfasterwhentherearenouselessspacesandnewlines.
- Python
- Q#
- R
- Racket
- Rockstar
- Romanian
- Ruby
Expand Down
3 changes: 3 additions & 0 deletions implementations/main.rkt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#lang racket

(define (is-prime? n) #f)
2 changes: 2 additions & 0 deletions optimized_implementations/main.rkt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#lang racket
(define (is-prime? n) #f)

0 comments on commit deda003

Please sign in to comment.