<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[John in Virtual]]></title><description><![CDATA[John in Virtual]]></description><link>https://blog.johninvirtual.com</link><generator>RSS for Node</generator><lastBuildDate>Mon, 20 Apr 2026 08:31:41 GMT</lastBuildDate><atom:link href="https://blog.johninvirtual.com/rss.xml" rel="self" type="application/rss+xml"/><language><![CDATA[en]]></language><ttl>60</ttl><item><title><![CDATA[Hello World]]></title><description><![CDATA[this.
self.
This is my first post in HASHNODE 
This is purely for testing purpose
Python hello world

this would probably be the simplest one

print('hello world')
C++
#include <iostream>

int main() {
    std::cout<<"hello world\n";
    return 0;
}]]></description><link>https://blog.johninvirtual.com/hello-world</link><guid isPermaLink="true">https://blog.johninvirtual.com/hello-world</guid><category><![CDATA[Hello World]]></category><category><![CDATA[first post]]></category><dc:creator><![CDATA[John Marshal]]></dc:creator><pubDate>Fri, 26 Feb 2021 13:27:12 GMT</pubDate><content:encoded><![CDATA[<h1 id="this">this.</h1>
<h2 id="self">self.</h2>
<p>This is my first post in <strong>HASHNODE </strong></p>
<p>This is purely for testing purpose</p>
<h3 id="python-hello-world">Python hello world</h3>
<blockquote>
<p>this would probably be the simplest one</p>
</blockquote>
<pre><code>print(<span class="hljs-string">'hello world'</span>)
</code></pre><div class="hn-embed-widget" id="hello-world"></div><h3 id="c">C++</h3>
<pre><code><span class="hljs-meta">#<span class="hljs-meta-keyword">include</span> <span class="hljs-meta-string">&lt;iostream&gt;</span></span>

<span class="hljs-function"><span class="hljs-keyword">int</span> <span class="hljs-title">main</span><span class="hljs-params">()</span> </span>{
    <span class="hljs-built_in">std</span>::<span class="hljs-built_in">cout</span>&lt;&lt;<span class="hljs-string">"hello world\n"</span>;
    <span class="hljs-keyword">return</span> <span class="hljs-number">0</span>;
}
</code></pre>]]></content:encoded></item></channel></rss>