Beginning Programming with C# 路 Your First Program | raywenderlich.com


This is a companion discussion topic for the original entry at https://www.raywenderlich.com/603984-beginning-programming-with-c/lessons/3

Im a new starting the CSharp tutorial on Mac, and I don鈥檛 know how to run that console on Mac because the first program doesn鈥檛 even is in exe file because of mas os鈥nyone can help?

Hey there @guanyu, the way to run your app on the mac is to press the Play button in visual studio. Doing so will open the default console and you should see the words hello world. Let me know if you are still having problems.

Thanks!