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