// Directions: Practice #2-1
// 1) Fix the errors with the following code.
// 2) Add a inline comment on line 10 of: Name : <your name>
// 3) Add a block comment for the Program between the "Program" and "Main" lines
// Name: Code Practice,
// Date: insert date you have completed the program, and
// Purpose: Help with learning C# Code.
// 4) Submit your dotnetfiddle link in Blackboard.
//Owen O.
using System;
public class Program
{
/*
Name: Code Practice
Date: 12/17/2024
Purpose: Help with learning C# Code
*/
public static void Main()
Console.WriteLine("C# is great!!!!");
}