Skip to content

Commit

Permalink
he
Browse files Browse the repository at this point in the history
  • Loading branch information
JadenCCW committed Dec 7, 2024
1 parent 370b479 commit f235e07
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions benchmarks/jchung86-1.lisp
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
(define (mul-two x)
(* x 2))

(define (add-three-mul-two x)
(+ (mul-two x) 3))

(do
(let ((x (read-num)) (print (add-three-mul-two 5))))
)
Empty file added benchmarks/jchung86-1.out
Empty file.

0 comments on commit f235e07

Please sign in to comment.