PasteRack.org
Paste # 74752
2025-08-23 17:53:12

Fork as a new paste.

Paste viewed 63 times.


Embed:

  1. #lang racket
  2. (define foo (a b) (+ a b))
  3. (foo 3 4)

=>