Convex hull: Difference between revisions

Content added Content deleted
(Added Wren)
m (Removed useless `$` in last line.)
Line 1,513: Line 1,513:
let hull = calculateConvexHull(points)
let hull = calculateConvexHull(points)
for i in hull:
for i in hull:
echo $i</lang>
echo i</lang>
{{out}}
{{out}}
<pre>
<pre>