using System; class Example { public static void Main() { Console.WriteLine(@"BBBBBB AAAAA VVVVVVV "); Console.WriteLine(@"Here is some tabbed output: 1 2 3 4 5 6 7 8 "); } }
BBBBBB AAAAA VVVVVVV Here is some tabbed output: 1 2 3 4 5 6 7 8