Advertisement
Guest User

Untitled

a guest
Feb 19th, 2020
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. (ns publishd.html.shake)
  2.  
  3. (defn open-by-hand []
  4.   (rand-nth
  5.     (list
  6.       "Must be fitted with a three-pin plug (not supplied)"
  7.       "Shake before use"
  8.       "Keep in a cool, dry place"
  9.       "For internal or external use only"
  10.       "Not for use as animal feed"
  11.       "For Best Before date: see cap"
  12.       "This side up"
  13.       "Open by hand"
  14.       "Plug & Play compatible"
  15.       "Keep out of reach of children"
  16.       "May contain nuts"
  17.       "Lead-free"
  18.       "Suitable for coeliacs"
  19.       "Not approved for treatment of verrucas"
  20.       "Keep away from fire"
  21.       "Not a flying toy"
  22.       "Batteries not included")))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement