<?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: gopinathvarad</title>
    <description>The latest articles on DEV Community by gopinathvarad (@gopinathvarad).</description>
    <link>https://dev.to/gopinathvarad</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%2F702408%2Fcec3c48d-cae2-412e-9bb0-3599aae9b871.png</url>
      <title>DEV Community: gopinathvarad</title>
      <link>https://dev.to/gopinathvarad</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/gopinathvarad"/>
    <language>en</language>
    <item>
      <title>Haskell program answer please</title>
      <dc:creator>gopinathvarad</dc:creator>
      <pubDate>Thu, 09 Sep 2021 15:54:32 +0000</pubDate>
      <link>https://dev.to/gopinathvarad/haskell-program-answer-please-20pm</link>
      <guid>https://dev.to/gopinathvarad/haskell-program-answer-please-20pm</guid>
      <description>&lt;p&gt;Define a function dropOdds :: Int -&amp;gt; Int with the following behaviour.&lt;br&gt;
For any positive number m, dropOdds m is got by dropping all the odd digits &lt;br&gt;
in m. (If all the digits in the number are odd, the answer should be 0.)&lt;/p&gt;

&lt;p&gt;Test cases:&lt;br&gt;
dropOdds 0          = 0&lt;br&gt;
dropOdds 8          = 8&lt;br&gt;
dropOdds 1357   = 0&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
