Skip to content

Instantly share code, notes, and snippets.

@asterion
Created May 30, 2017 14:35
Show Gist options
  • Save asterion/4dcae1287c465a1158c41c07c44eb577 to your computer and use it in GitHub Desktop.
Save asterion/4dcae1287c465a1158c41c07c44eb577 to your computer and use it in GitHub Desktop.
comparacion de código
public class Hola
{
public static void main()
{
System.Console.Writeline("Aca Esto");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment