using System;
public class Program
{
public static void Main()
Console.WriteLine(@"Verbatim string
with indentation
embedded new line
and special characters: C:\myfolder\myfile.txt
You can embed things like VBA source code like this
Sub Macro1()
' Macro1 Macro
If a = b
' Do something
End If
End Sub");
}