New Paste
Browse
Search
What is this?
Test
added by Test on Tue Jul 16 17:17:56 2019
(
define
(
sq x
)
(
* x x
)
)