提交 e6053a7a 编写于 作者: F feilong

改进C#第1题

上级 eb56e3fd
......@@ -16,6 +16,18 @@ namespace Program{
}
```
.NET 6 下使用命令创建一个C#程序:
```bash
dotnet new console --output sample
```
`sample/Program.cs` 里编写程序,然后执行下面的命令运行:
```bash
dotnet run --project sample
```
在 C# 10.0 里以下代码不能正确运行的是?
## 答案
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册