Heads up! To view this whole video, sign in with your Courses account or enroll in your free 7-day trial. Sign In Enroll
Start a free Courses trial
to watch this video
In this video, we'll explain the challenge relating to Creating a C# Workspace that you'll be working to complete.
Code
Here's the code that you need to select, copy (CTRL+C
or CMD+C
), and paste (CTRL+V
or CMD+V
) into the Program.cs
file.
class Program
{
static void Main()
{
System.Console.WriteLine("I love learning C# at Treehouse!");
}
}
Help
For help on how to use Treehouse Workspaces, see this workshop.
For a review on how to use the Workspaces Console to compile and run a C# program, see this video from the C# Basics course.
Related Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign upRelated Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign up
You need to sign up for Treehouse in order to download course files.
Sign upYou need to sign up for Treehouse in order to set up Workspace
Sign up