Skip to content

Instantly share code, notes, and snippets.

@danrom74
Last active May 1, 2025 04:51
Show Gist options
  • Select an option

  • Save danrom74/2320927b57b3ef875341a2f4953cc03c to your computer and use it in GitHub Desktop.

Select an option

Save danrom74/2320927b57b3ef875341a2f4953cc03c to your computer and use it in GitHub Desktop.
HolaMundo en C#
using System;
namespace HolaMundo
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine("¡Hola Mundo!");
}
}
}
Console.WriteLine ("Good Bye")
@danrom74
Copy link
Author

danrom74 commented May 1, 2025

Excelente, muchas gracias por compartir

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment