-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathatom.xml
36 lines (27 loc) · 1.54 KB
/
atom.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title><![CDATA[Programming and other wizardry]]></title>
<link href="http://finishingmove.github.io/atom.xml" rel="self"/>
<link href="http://finishingmove.github.io/"/>
<updated>2013-07-26T15:16:41+02:00</updated>
<id>http://finishingmove.github.io/</id>
<author>
<name><![CDATA[finishingmove]]></name>
</author>
<generator uri="http://octopress.org/">Octopress</generator>
<entry>
<title type="html"><![CDATA[Hello, World]]></title>
<link href="http://finishingmove.github.io/blog/2013/07/07/hello/"/>
<updated>2013-07-07T06:32:00+02:00</updated>
<id>http://finishingmove.github.io/blog/2013/07/07/hello</id>
<content type="html"><![CDATA[
<figure class='code'> <div class="highlight"><table><tr><td class="gutter"><pre class="line-numbers"><span class='line-number'>1</span>
<span class='line-number'>2</span>
<span class='line-number'>3</span>
</pre></td><td class='code'><pre><code class='javascript'><span class='line'><span class="p">(</span><span class="kd">function</span> <span class="nx">HelloWorld</span><span class="p">()</span> <span class="p">{</span>
</span><span class='line'> <span class="nx">console</span><span class="p">.</span><span class="nx">log</span><span class="p">(</span><span class="s1">'Welcome to the desert of the real'</span><span class="p">);</span>
</span><span class='line'><span class="p">})();</span>
</span></code></pre></td></tr></table></div></figure>
]]></content>
</entry>
</feed>