Código fuente escrito en C#
1 2 3 4 5 6 7 8 9 10 |
namespace Hola { public class Hola { public static void Main() { System.Console.WriteLine("Content-type: text/html\n\n"); } } } |
Compilar
1 |
C:\Windows\Microsoft.NET\Framework\v3.5\csc.exe .\ejemplo.cs |