<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>sasashin</author_name>
  <author_url>https://blog.hatena.ne.jp/sasashin/</author_url>
  <blog_title>koyoweblog log</blog_title>
  <blog_url>https://sasashin.hatenadiary.jp/</blog_url>
  <categories>
    <anon>Ruby</anon>
    <anon>Project Euler</anon>
  </categories>
  <description>http://projecteuler.net/index.php?section=problems&amp;id=1 10未満の自然数のうち、3 もしくは 5 の倍数になっているものは 3, 5, 6, 9 の4つがあり、 これらの合計は 23 になる。 同じようにして、1,000 未満の 3 か 5 の倍数になっている数字の合計を求めよ。 ワンライナで。inject の新しめの使い方。 p (1...1000).select{|i| i%3==0 or i%5==0}.inject(:+)</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fsasashin.hatenadiary.jp%2Fentry%2F20110923%2F1316757068&quot; title=&quot; Problem 1 - koyoweblog log&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2011-09-23 14:51:08</published>
  <title> Problem 1</title>
  <type>rich</type>
  <url>https://sasashin.hatenadiary.jp/entry/20110923/1316757068</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
