<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>lamuu</author_name>
  <author_url>https://blog.hatena.ne.jp/lamuu/</author_url>
  <blog_title>lamuuの勿忘草日記</blog_title>
  <blog_url>https://lamuu.hatenadiary.org/</blog_url>
  <categories>
    <anon>Haskell</anon>
    <anon>ソフトウェア開発</anon>
  </categories>
  <description>『どうしてプログラマに・・・プログラムが書けないのか？』 http://www.aoky.net/articles/jeff_atwood/why_cant_programmers_program.htm ３連休。 暇なので、他の切り口での剰余演算なしfizzbuzz解法を考えてみる。 fb n | elem n [15,30..100] = &quot;FizzBuzz&quot; | elem n [3,6..100] = &quot;Fizz&quot; | elem n [5,10..100] = &quot;Buzz&quot; | otherwise = show n main = mapM_ (putStrLn.fb) [1..100]冴…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Flamuu.hatenadiary.org%2Fentry%2F20080914%2F1221394956&quot; title=&quot;今さらfizzbuzz（剰余なし）〜おまけJavaFX版〜 - lamuuの勿忘草日記&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>2008-09-14 21:22:36</published>
  <title>今さらfizzbuzz（剰余なし）〜おまけJavaFX版〜</title>
  <type>rich</type>
  <url>https://lamuu.hatenadiary.org/entry/20080914/1221394956</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
