刚接触c#,试着写了一下,不知道错哪了
查看原帖
刚接触c#,试着写了一下,不知道错哪了
1586556
Vongolaottavo楼主2024/11/19 18:34

using System; namespace HellowWorld { class Program1 { static void Main() { string n = "Hellow,World!"; Console.WriteLine(n); } } }

2024/11/19 18:34
加载中...