Created
January 1, 2020 20:39
-
-
Save theuves/4d2151a6725e79fa2064b2a1173fcf46 to your computer and use it in GitHub Desktop.
pantanal - uma linguagem para ensinar.
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
int somar(int a, int b): | |
ret a + b | |
int soma <- somar(2, 40) | |
imprimir(soma) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
obs.: o "al" teria um destaque para representar "algorítmo"