×
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: Console.WriteLine
< Previous
Next >
Goal
Use Console.WriteLine(...) to write "Hello Universe" to the Console window.
using System; public class Program { public static void Main() { } }
Reset
Verify
Page 4 of 13
< Previous
Next >
Loading packages and dependencies