<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: OKello Daniel Chris</title>
    <description>The latest articles on DEV Community by OKello Daniel Chris (@chrisdaniels).</description>
    <link>https://dev.to/chrisdaniels</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1024446%2F9e4205b0-1ae1-42bb-a366-fd3a52095b51.jpg</url>
      <title>DEV Community: OKello Daniel Chris</title>
      <link>https://dev.to/chrisdaniels</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/chrisdaniels"/>
    <language>en</language>
    <item>
      <title>Hello world in C</title>
      <dc:creator>OKello Daniel Chris</dc:creator>
      <pubDate>Fri, 10 Feb 2023 18:15:52 +0000</pubDate>
      <link>https://dev.to/chrisdaniels/hello-world-in-c-2poj</link>
      <guid>https://dev.to/chrisdaniels/hello-world-in-c-2poj</guid>
      <description>&lt;h2&gt;
  
  
  Introduction
&lt;/h2&gt;

&lt;p&gt;The C language is a really easy language, am gonna show you how to &lt;br&gt;
write hello world aujourd'hui&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;names&lt;/th&gt;
&lt;th&gt;ages&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;juma&lt;/td&gt;
&lt;td&gt;23&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;danny&lt;/td&gt;
&lt;td&gt;19&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;
&lt;h2&gt;
  
  
  heading 2
&lt;/h2&gt;

&lt;p&gt;afsd &lt;em&gt;jklfh&lt;/em&gt; ajkhs &lt;strong&gt;djkfh&lt;/strong&gt; ajkdsjk;af&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;list item 1&lt;/li&gt;
&lt;li&gt;list item 2&lt;/li&gt;
&lt;/ol&gt;

&lt;ul&gt;
&lt;li&gt;sajfds&lt;/li&gt;
&lt;li&gt;afdhfjs&lt;/li&gt;
&lt;li&gt; akldjfkl&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;
  
  
  En francais
&lt;/h3&gt;

&lt;p&gt;Le C lang est tre facile lang, je vais montrez-vous comme ecrire &lt;em&gt;hello world&lt;/em&gt; aujourd'hui&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;#include &amp;lt;stdio.h&amp;gt;

int main() {
 printf("Hello world");
}

Et voila ...


&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;si vous peux voir mon website vous visitez &lt;a href="//google.com"&gt;label&lt;/a&gt;&lt;/p&gt;

</description>
      <category>beginners</category>
    </item>
  </channel>
</rss>
