//Directions: Practice #3-1
// 1) Fix the errors with the foloowing code.
// 2) Submit your dotnetfiddle link in Blackboard.
using System;
public class Program
{
public static void Main()
Console.WriteLine("Hello World");
}