Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created April 17, 2019 15:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/41968b52e1350b2389ab761c4868b122 to your computer and use it in GitHub Desktop.
Save parzibyte/41968b52e1350b2389ab761c4868b122 to your computer and use it in GitHub Desktop.
using System;
public class HelloWorld
{
public static void Main(string[] args)
{
Console.WriteLine("C# en Ubuntu sobre Android. [Parzibyte.me]");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment