// Directions: Code 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/2024, and Purpose: Help with learning C# Code.
// 4) Submit your dotnetfiddle link in Blackboard.
using System;
// Jefferey Watts
public class Program
{
public static void Main()
/* Introduction C# Code Practice
1/22/2024, Learning some basic C# Skills.
*/
Console.WriteLine("C# is great!!!!");
}