×
Log in
Twitter
Gmail
Facebook
.NET Fiddle
and
.NET Academy
shared account
Remember me
Log in
Sign up
or
Reset password
Search Tutorials
Log in
Sign up
About
Twitter
.NET Fiddle
Support
Contact Us
Hello World
Exercise: Using Directive
< Previous
Next >
Goal
Fix the following code so the output of the program reads "Hello World"
public class Program { public static void Main() { Console.WriteLine("Hello World"); } }
Reset
Verify
Page 6 of 13
< Previous
Next >
Loading packages and dependencies