Sha256: 4adc63ad494e04d76151fa3aa7ab7cecb6ea19d9e7ff657668f479a03188fb03

Contents?: true

Size: 340 Bytes

Versions: 2

Compression:

Stored size: 340 Bytes

Contents

<html>
  <head>
    <title>Hello ClojureScript</title>
  </head>
  <body>
    <h1>Hello ClojureScript!</h1>
    <script type="text/javascript" src="hello.js"></script>
    <script>
      alert(greet("ClojureScript"));
      alert("The sum of [1,2,3,4,5,6,7,8,9] is: " + hello.core.sum([1,2,3,4,5,6,7,8,9]));
    </script>
  </body>
</html>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
clementine-0.0.3 ext/clojure-clojurescript-bef56a7/samples/hello/hello.html
clementine-0.0.2 ext/clojure-clojurescript-bef56a7/samples/hello/hello.html