Skip to content

Instantly share code, notes, and snippets.

@cheoalfredo
Created November 17, 2020 22:51
Show Gist options
  • Save cheoalfredo/00f3f5c7965e8aa72ddf500b92181a33 to your computer and use it in GitHub Desktop.
Save cheoalfredo/00f3f5c7965e8aa72ddf500b92181a33 to your computer and use it in GitHub Desktop.
El micro empezado sin cambios
using System;
namespace MiniMicro
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine("Hello World!");
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment