using System;
public class Program
{
public static void Main()
var myStr = @"this
is
a multiline
string";
Console.WriteLine(myStr);
}