Advertisement
Fhernd

DiferenciaStringYstring.cs

Jul 26th, 2014
311
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.26 KB | None | 0 0
  1. using System;
  2.  
  3. namespace Articulos.Preguntas.P0302
  4. {
  5.     public sealed class DiferenciaStringYstring
  6.     {
  7.         public static void Main()
  8.         {
  9.             String blogxCSw1 = "Blog xCSw";
  10.             string blogxCSw2 = "Blog xCSw";
  11.         }
  12.     }
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement