Console.WriteLine()

Console.WriteLine() is C#'s method for printing a line of text to the console (terminal). It writes whatever you pass it and then moves to a new line.