<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>Holomoto-Sumire</author_name>
  <author_url>https://blog.hatena.ne.jp/Holomoto-Sumire/</author_url>
  <blog_title>夜風のMixedReality</blog_title>
  <blog_url>https://redhologerbera.hatenablog.com/</blog_url>
  <categories>
    <anon>1日１問プログラミング学習:C#</anon>
  </categories>
  <description>本日の１日１問枠です。 〇１日1問プログラミング学習枠とは？ この枠ではプログラミングの勉強としてChatGPTにお題を出してもらいプログラムを組んでいく筆者の学習枠です。 今回はいくつか問題を出してくれたうちの１つ、回文を判定するプログラムを書いていきます。 〇お題 本日のお題はこちらです。 与えられた文字列が回文（前から読んでも後ろから読んでも同じ）かどうかを判定するプログラムを書いてください。 〇回答 筆者の回答は次になります。 using System; using System.Linq; public class Program { public static string inp…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fredhologerbera.hatenablog.com%2Fentry%2F2023%2F10%2F17%2F160840&quot; title=&quot;回文を判定する - 夜風のMixedReality&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/H/Holomoto-Sumire/20231017/20231017155111.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2023-10-17 16:08:40</published>
  <title>回文を判定する</title>
  <type>rich</type>
  <url>https://redhologerbera.hatenablog.com/entry/2023/10/17/160840</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
