Welcome to your journey as a developer. When learning a new language, a developer usually starts with creating a hello, world program. A hello, world program is a simple program that allows a developer to see the basic structure of an application as well as confirm their environment is working.
Objectives
Ensure your development environment is setup.
Requirements
Make sure you have followed the
setup instructions for your computer's operating system
Follow this guide to review how to create and run C# applications.
Follow this guide to review how to turn in your assignments.
Explorer Mode
[x] Create a new app.
[x] In the static void Main, Change Welcome to C#, to
Hello, World, my is [your name]
Welcome to your journey as a developer. When learning a new language, a developer usually starts with creating a
hello, world
program. Ahello, world
program is a simple program that allows a developer to see the basic structure of an application as well as confirm their environment is working.Objectives
Requirements
Make sure you have followed the setup instructions for your computer's operating system
Follow this guide to review how to create and run
C#
applications.Follow this guide to review how to turn in your assignments.
Explorer Mode
static void Main
, ChangeWelcome to C#
, toHello, World, my is [your name]