-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrss.xml
More file actions
12 lines (12 loc) · 2.36 KB
/
rss.xml
File metadata and controls
12 lines (12 loc) · 2.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>UMW ACM PCG</title><link>https://UMWACM.github.io/pcg</link><description>UMW ACM Programming Code Golf Challenge</description><item><title>Hole 1 Par 2</title><link>https://UMWACM.github.io/pcg/posts/hole-1.html</link><description><ul>
<li><strong>Goal</strong>: Output the current date.</li>
<li><strong>Output Format</strong>: <code>YYYY-MM-DD</code></li>
<li><strong>Example Output</strong>: <code>2018-01-31</code></li>
</ul>
</description><guid>https://UMWACM.github.io/pcg/posts/hole-1.html</guid><pubDate>Wed, 14 Feb 2018 00:00:00 +0000</pubDate></item><item><title>Hole 2 Par 2</title><link>https://UMWACM.github.io/pcg/posts/hole-2.html</link><description><ul>
<li><strong>Goal</strong>: Create an infinite loading animation. Infinitely cycle through the characters |, /, - and : every 0.25 seconds, overwrite the last one with the next in the sequence. Or just rewrite the whole line.</li>
<li><strong>Output Format</strong>: <img src="https://i.stack.imgur.com/d0hvj.gif" alt="" /></li>
</ul>
</description><guid>https://UMWACM.github.io/pcg/posts/hole-2.html</guid><pubDate>Wed, 14 Feb 2018 00:00:00 +0000</pubDate></item><item><title>Rules</title><link>https://UMWACM.github.io/pcg/posts/rules.html</link><description><p>The purpose of code golf is to create a program that solves a problem in the least amount of characters possible. A character counts as 1 byte and includes whitespace characters. The person with the smallest number of bytes wins.</p>
</description><guid>https://UMWACM.github.io/pcg/posts/rules.html</guid><pubDate>Tue, 13 Feb 2018 00:00:00 +0000</pubDate></item><item><title>Rules</title><link>https://UMWACM.github.io/pcg/posts/submitting.html</link><description><p>Judging is done on slack and solutions will be visible to anyone. You may continue to edit your solution until the end of the contest. Simply format your post to the #PCG channel in this format (Replace brackets with your values. Place your code inside the backticks.):</p>
</description><guid>https://UMWACM.github.io/pcg/posts/submitting.html</guid><pubDate>Tue, 13 Feb 2018 00:00:00 +0000</pubDate></item></channel></rss>