static void Main(string[] args) { Console.SetCursorPosition(3, 6); Console.Write("Hello"); }