<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>My harmonious wall by </title>
      <link>https://padlet.com/sasukke16saidtrejo/o2hen5ux18q7</link>
      <description>Made with the help of a typing monkey</description>
      <language>en-us</language>
      <pubDate>2017-05-17 18:07:36 UTC</pubDate>
      <lastBuildDate>2026-01-28 20:45:05 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>climbing karel code</title>
         <author>sasukke16saidtrejo</author>
         <link>https://padlet.com/sasukke16saidtrejo/o2hen5ux18q7/wish/172409223</link>
         <description><![CDATA[<div>&nbsp;* climb up 7 rows. We cannot depend on the&nbsp;<br>&nbsp;* number of columns. */<br>function start(){<br>	for(var i = 0; i &lt; 7; i++){<br>		moveUp();	<br>	}<br>}<br><br>/* Karel will start at the left side of a<br>&nbsp;* row, keep moving across the row until<br>&nbsp;* there is an open spot, then go through<br>&nbsp;* the slot, and return to the start of<br>&nbsp;* the row. */<br>function moveUp(){<br>	while(leftIsBlocked()){<br>		move();<br>	}<br>	turnLeft();<br>	move();<br>	turnLeft();<br>	moveToWall();<br>	turnAround();<br>}<br><br>function moveToWall(){<br>	while(frontIsClear()){<br>		move();<br>	}<br>}<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-05-17 18:09:05 UTC</pubDate>
         <guid>https://padlet.com/sasukke16saidtrejo/o2hen5ux18q7/wish/172409223</guid>
      </item>
   </channel>
</rss>
