<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>rhysd</author_name>
  <author_url>https://blog.hatena.ne.jp/rhysd/</author_url>
  <blog_title>はやくプログラムになりたい</blog_title>
  <blog_url>https://rhysd.hatenablog.com/</blog_url>
  <categories>
    <anon>D言語</anon>
  </categories>
  <description>D言語を少し触ってみたので． import std.conv; template fizzbuzz(int n) { static if (n == 0) { immutable string fizzbuzz = &quot;&quot;; } else { immutable string fizzbuzz = fizzbuzz!(n-1) ~ ( n%15 == 0 ? &quot;FizzBuzz&quot; : n%3 == 0 ? &quot;Fizz&quot; : n%5 == 0 ? &quot;Buzz&quot; : to!string(n) ) ~ &quot;\n&quot;; } } import std.stdio; void main() { writeln(…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Frhysd.hatenablog.com%2Fentry%2F20120229%2F1330524408&quot; title=&quot;D言語のテンプレートで 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>2012-02-29 23:06:48</published>
  <title>D言語のテンプレートで FizzBuzz</title>
  <type>rich</type>
  <url>https://rhysd.hatenablog.com/entry/20120229/1330524408</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
