12
1
using System;
2
3
public class Program
4
{
5
public static void Main()
6
{
7
var cool="No way!!! e10help.com is so damn cool";
8
Console.WriteLine(string.Format("What does that mean? {0}", cool));
9
10
11
}
12
}
Cached Result