Last active
May 1, 2025 04:51
-
-
Save danrom74/2320927b57b3ef875341a2f4953cc03c to your computer and use it in GitHub Desktop.
HolaMundo en C#
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using System; | |
| namespace HolaMundo | |
| { | |
| class Program | |
| { | |
| static void Main(string[] args) | |
| { | |
| Console.WriteLine("¡Hola Mundo!"); | |
| } | |
| } | |
| } | |
| Console.WriteLine ("Good Bye") |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Excelente, muchas gracias por compartir