Skip to content

Commit

Permalink
more interesting start example
Browse files Browse the repository at this point in the history
  • Loading branch information
josephwilk authored Mar 3, 2017
1 parent 6f9aaf3 commit 658b7c6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions resources/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
</head>
<body>
<pre style="visibility: hidden; position: absolute;"><code class="cljs">
(def square-size 70)
(def rect-size 70)
(def rect-start 70)
(def indent (/ square-size 2))
Expand Down Expand Up @@ -119,7 +118,7 @@
data)
</code></pre>
<pre><code class="cljs" data-preamble="(reset! canvas-id &quot;canvas-2&quot;)">
(view (interpose 1 [2 3 4]))
(view (interpose 1 [2 3 [4 2] 5]))
</code></pre>
<canvas id="canvas-2" width="1000" height="1000"></canvas>

Expand Down

0 comments on commit 658b7c6

Please sign in to comment.