Created
May 30, 2017 14:35
-
-
Save asterion/4dcae1287c465a1158c41c07c44eb577 to your computer and use it in GitHub Desktop.
comparacion de código
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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