Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

C#

Vojtech Vestenicky
Vojtech Vestenicky
7,060 Points

Dont know what to write in console to get the program.exe started in console on Windows.

In the video they show the way for IOS and i dont know if there is a specific command for Windows because only Program.exe or Program.cs doesnt work for me. I also checked my code and didnt find any mistake

Steven Parker
Steven Parker
231,210 Points

Offhand, I'm not aware of any C# courses where the examples given are for iOS.

Ryan Glass
Ryan Glass
1,151 Points

I'm not aware of any IOS courses for C#. Do you have a compiler installed on Windows? Because just typing in program.exe or program.cs will not run anything.