Appearance
Console.WriteLine(any)
Writes a line of text to the terminal console
any - The text to output
any
using Console; // Prints "Hello World" on the terminal console. Console.WriteLine("Hello World");