PasteRack.org
Paste # 43076
2018-01-06 19:25:05

Fork as a new paste.

Paste viewed 88 times.


Embed:

  1. #lang racket
  2. (struct foo (a b))
  3. (foo 1 2)

=>

#<foo>