▽++C++; //未確認飛行 C ●03/01 23:31 using static System.Console; /// saying hello to all visitors. static void Main(string[] args) foreach (string visitor in args) WriteLine($”Hello {visitor}.”); WriteLine(”Welcome to my web site.”); C:¥Users¥ufcpp¥documents¥welcome> csc /out:welcome.exe /nologo welcome.cs Microsoft (R) Visual C# Compiler version 1.0.0.50128 Welcome to my web site.