Skip to content

Instantly share code, notes, and snippets.

@tecsify
Created February 16, 2021 01:04
Show Gist options
  • Save tecsify/9b30618a303ac79f0d45cbad521d7041 to your computer and use it in GitHub Desktop.
Save tecsify/9b30618a303ac79f0d45cbad521d7041 to your computer and use it in GitHub Desktop.
//Tecsify ¡Tecnología que empodera!
using System;
namespace HolaMundo{
public class Programa
{
public static void Main()
{
Console.WriteLine("Hola Mundo!");
}
}
}
/*
www.Tecsify.com/blog
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment