Skip to content

Instantly share code, notes, and snippets.

@theuves
Created January 1, 2020 20:39
Show Gist options
  • Save theuves/4d2151a6725e79fa2064b2a1173fcf46 to your computer and use it in GitHub Desktop.
Save theuves/4d2151a6725e79fa2064b2a1173fcf46 to your computer and use it in GitHub Desktop.
pantanal - uma linguagem para ensinar.
int somar(int a, int b):
ret a + b
int soma <- somar(2, 40)
imprimir(soma)
@theuves
Copy link
Author

theuves commented Jan 1, 2020

obs.: o "al" teria um destaque para representar "algorítmo"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment