using System; namespace DevFromScratch { public static class Program { public static void Main(string[] args) { Console.WriteLine("Nothing to see here, yet!"); } } }