NO.1初识C#,传说中的HELLO

    技术2024-11-14  28

    using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ConsoleApplication2 { class Program { static void Main(string[] args) { Console.WriteLine("HELLO"); string a = Console.ReadLine(); Console.WriteLine(a); Console.ReadKey(); } } }

    HELLO 来过了,第一次接触很温馨,因为一次通过,很好,很强大!COME ON ! 

    最新回复(0)