using System;class MainClass{ static void Main(string[] args) { Console.WriteLine("Here comes a slash \\"); }} Here comes a slash \