Advertisement
Fhernd

Programa.cs

Nov 17th, 2017
654
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.35 KB | None | 0 0
  1. using System;
  2. using System.Reflection;
  3.  
  4. [assembly:AssemblyVersion("1.1.2.6")]
  5. [assembly:AssemblyKeyName("MiLlave")]
  6.  
  7. namespace NombresSeguros
  8. {
  9.     public class Programa
  10.     {
  11.         public static void Main ()
  12.         {
  13.             Console.WriteLine ("Bienvenido al blog «OrtizOL Experiencias Construcción Software»");
  14.         }
  15.     }
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement