// Directions: Practice #2-1
// 1) Fix the errors with the following code.
// 2) Add a inline comment Name : <your name>
// 3) Add a block comment for the Program Name: Code Practice,
// Date: 1/2022, and Purpose: Help with learning C# Code.
// 4) Submit your dotnetfiddle link in Blackboard.
using System;
public class Program
{
public static void Main()
Console.WriteLine("C# is great!!!!");