using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace Roop
{
    internal class Program
    {
        static void Main(string[] args)
        {
            for (var i = 1; i <= 5; i++)
            {
                Console.WriteLine("Hello World!");
            }
        }
    }
}

トップ   編集 凍結 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS
Last-modified: 2026-04-23 (木) 00:01:45