<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>innocent-zero</author_name>
  <author_url>https://blog.hatena.ne.jp/innocent-zero/</author_url>
  <blog_title>ブログ</blog_title>
  <blog_url>https://gouf.hatenablog.com/</blog_url>
  <categories>
    <anon>Rust</anon>
  </categories>
  <description>本記事の内容は Programming a Guessing Game に同じ ゲームの内容としては: 最初に 1 〜 100 までの秘密の数値がランダムに選ばれる ユーザは数値を推測して入力 入力された値が外れなら、ヒントとして 正解よりも値が大きいか小さいか教える 当てるまでループする というもの 実行結果とソースコード 実行結果 ソースコード Link 実行結果とソースコード 実行結果 数当てゲームを実行したところ ソースコード use std::io; use std::cmp::Ordering; use rand::Rng; fn main() { println!(&quot;Guess …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fgouf.hatenablog.com%2Fentry%2F2019%2F06%2F01%2F173100&quot; title=&quot;Rust で「数当てゲーム」を作った - ブログ&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>https://cdn-ak.f.st-hatena.com/images/fotolife/i/innocent-zero/20190601/20190601171855.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2019-06-01 17:31:00</published>
  <title>Rust で「数当てゲーム」を作った</title>
  <type>rich</type>
  <url>https://gouf.hatenablog.com/entry/2019/06/01/173100</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
