using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace HelloWorld { class TheByteStuff { static void Main(string[] args) { System.Console.WriteLine("Hello Hacktoberfest 2018"); } } }