static void Main(string[] args) { Robot rob = new Robot(IntCode.GetBigInts("../../../data.txt")); Console.WriteLine("Hello World!"); rob.Execute(); }