Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- using System;
- using System.Reflection;
- [assembly:AssemblyVersion("1.1.2.6")]
- [assembly:AssemblyKeyName("MiLlave")]
- namespace NombresSeguros
- {
- public class Programa
- {
- public static void Main ()
- {
- Console.WriteLine ("Bienvenido al blog «OrtizOL Experiencias Construcción Software»");
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement