13
1
// Directions: Practice #2-2
2
// 1) Fix the errors with the following code.
3
// 2) Submit your dotnetfiddle link in Blackboard.
4
5
using System;
6
7
public class Program
8
{
9
public static void Main
10
{
11
Console.WriteLine("Hello World");
12
}
13
}
Cached Result