Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
robertylewis committed Dec 3, 2024
1 parent a4d16a6 commit ceaa17b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion benchmarks/tenchipsofsalt-constants.lisp
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
(let ((var (+ 1 (if (< (+ 3 4) 6) 5 3))) (+ (+ var var) (if (= (4 + 5) 9) 1 8))))
(let ((var (+ 1 (if (< (+ 3 4) 6) 5 3))))
(+ (+ var var) (if (= (4 + 5) 9) 1 8)))

0 comments on commit ceaa17b

Please sign in to comment.