Would you like to react to this message? Create an account in a few clicks or log in to continue.

You are not connected. Please login or register

View previous topic View next topic Go down  Message [Page 1 of 1]

1[C#] Verbatim literal strings Empty [C#] Verbatim literal strings Wed Aug 18, 2010 11:33 pm

Top

avatar
Contributor
Loading
Where it says "Programmers say, ""I like C#" That's the message you'll get. You can change it, and you'll get something else that that.
Code:
using System;
 
class Example {   
  public static void Main() {   

    Console.WriteLine(@"Programmers say, ""I like C#.""");
  }
}

View previous topic View next topic Back to top  Message [Page 1 of 1]

Related topics

Permissions in this forum:
You cannot reply to topics in this forum