如何在Linux/Windows/MacOS上使用.NET进行开发(2)
发布时间:2019-09-29 12:25 所属栏目:117 来源:Seth Kenlon
导读:新控制台应用中的样板代码为: using System; namespace hellodotnet { class Program { static void Main(string[] args) { Console.WriteLine(Hello World!); } } } 要运行该程序,请使用 dotnet run 命令: $ do
新控制台应用中的样板代码为:
要运行该程序,请使用
这是 .NET 和 【编辑推荐】
点赞 0 (编辑:ASP站长网) |
相关内容
网友评论
推荐文章
热点阅读