[ create a new paste ] login | about

Link: http://codepad.org/xwM2Rf3V    [ raw code | output | fork ]

Scheme, pasted on Mar 16:
1
2
(define x "hello world")
(display x)


Output:
1
hello world


Create a new paste based on this one


Comments: