<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>itotto</author_name>
  <author_url>https://blog.hatena.ne.jp/itotto/</author_url>
  <blog_title>子持ちししゃもといっしょ</blog_title>
  <blog_url>https://itotto.hatenadiary.com/</blog_url>
  <categories>
    <anon>雑記</anon>
  </categories>
  <description>某所でFizzBuzz問題を目にしたのでちょっと書いてみました。パソコンにはDelphiが入ってたのでそれで作ってみました。 program FizzBuzz; {$APPTYPE CONSOLE} uses SysUtils; var i : Integer; prStr : String; begin for i := 1 to 100 do begin prStr := ''; if ( (i mod 3) = 0 ) then prStr := 'Fizz'; if ( (i mod 5) = 0 ) then prStr := prStr + 'Buzz'; if prStr = '…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fitotto.hatenadiary.com%2Fentry%2F20071106%2F1194322180&quot; title=&quot; FizzBuzz問題 - 子持ちししゃもといっしょ&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>2007-11-06 13:09:40</published>
  <title> FizzBuzz問題</title>
  <type>rich</type>
  <url>https://itotto.hatenadiary.com/entry/20071106/1194322180</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
