Skip to content

Commit

Permalink
Add script hello world in portugol
Browse files Browse the repository at this point in the history
  • Loading branch information
d3z40 committed Aug 22, 2018
1 parent 220bf4d commit 8778bdc
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions p/portugol.por
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
algoritmo "Hello World"
// Função: Hello World
// Autor: d3z40
// Data: 22/08/2018
// Seção de Declarações

var

inicio
// Seção de Comandos
escreva ("Hello World!")
fimalgoritmo

0 comments on commit 8778bdc

Please sign in to comment.