Skip to content

Commit

Permalink
[skip ci]Update example.scm.
Browse files Browse the repository at this point in the history
  • Loading branch information
xrlin committed Jan 15, 2019
1 parent 1346524 commit 67cb74f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions example.scm
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,3 @@

(define (display-pascal-triangle start-level max-level)
(display-pascal-triangle-helper start-level max-level (number-char-width (max-pascal-number max-level))))

(define (c n) (display n) (c (+ n 1)))
(c 1)

0 comments on commit 67cb74f

Please sign in to comment.