PasteRack.org
Paste # 57779
2017-06-21 11:13:58

Fork as a new paste.

Paste viewed 52 times.


Embed:

  1. #lang racket
  2.  
  3. (define (my-plus x y)
  4.   (+ x y))
  5.  
  6. (my-plus 41 1)

=>

42