Skip to content

Instantly share code, notes, and snippets.

@matiasinsaurralde
Created June 25, 2016 01:44
Show Gist options
  • Save matiasinsaurralde/23a92d1093b75cf5d8ce20fad4594238 to your computer and use it in GitHub Desktop.
Save matiasinsaurralde/23a92d1093b75cf5d8ce20fad4594238 to your computer and use it in GitHub Desktop.
sl
% 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