//Programmer: Chenuki Rodrigo
//Date(s): Start: Nov 27, End: Dec 6
//Project: Word Counter
//Description: Create a program that counts the number of words the user types into the console
using System;
public class Program
{
public static void Main()
Console.WriteLine("Hello World");
}