Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果这个问题已经被问过,我很抱歉。另外,请多多包涵,因为我是 C# 新手,刚刚开始学习它。我正在尝试编写一个简单的程序(hello world)来学习,但是当我编译程序时出现错误。下面是我尝试构建解决方案后的屏幕截图。我将不胜感激这方面的任何帮助。
Main,不是main。C# 区分大小写。
Main
main