example.js 63 Bytes
$(function () {
  eval($('#code').text());
  prettyPrint();
});