Console.WriteLine("hello world");
1条回答 默认 最新
- threenewbee 2020-01-20 08:55关注
using System; 这个加上了没有 完整程序 using System; public class Program { static void Main() { Console.WriteLine("Hello_World"); } }
解决 无用评论 打赏 举报
using System;
这个加上了没有
完整程序
using System;
public class Program
{
static void Main()
{
Console.WriteLine("Hello_World");
}
}