-
-
Save matiasinsaurralde/23a92d1093b75cf5d8ce20fad4594238 to your computer and use it in GitHub Desktop.
sl
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
% cat holamundo.sl | |
programa holamundo | |
inicio | |
imprimir("hola mundo'n") | |
fin | |
% ./sl holamundo.sl | |
hola mundo | |
% file sl | |
sl: Mach-O 64-bit executable x86_64 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment