PasteRack.org
Paste # 88237
2019-03-15 13:48:12

Fork as a new paste.

Paste viewed 347 times.


Embed:

  1. #lang racket
  2.  
  3. (define l (list '(a b c) '(d e f) '(h i j)))

=>