Skip to content

Instantly share code, notes, and snippets.

@Fhernd
Last active December 19, 2015 01:09
Show Gist options
  • Save Fhernd/5873633 to your computer and use it in GitHub Desktop.
Save Fhernd/5873633 to your computer and use it in GitHub Desktop.
Este es un ejemplo para el uso del compilador csc.exe de C#.
using System;
class MiPrimerPrograma
{
static void Main()
{
Console.WriteLine("Mensaje mostrado en la salida estándar.");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment