Add VisuALG (#995)

* Added hello world for Visualg

* Update Visualg.alg

* Update and rename Visualg.alg to VisuALG.alg

* Update readme.md

* Update readme.md

* Update readme.md

* Rename VisuALG.alg to VisuAlg.alg

* Update readme.md

Co-authored-by: Richie Bendall <richiebendall@gmail.com>
Co-authored-by: MrBrain295 <66077254+MrBrain295@users.noreply.github.com>
This commit is contained in:
Rahul M. Juliato
2021-11-07 13:55:13 -03:00
committed by GitHub
parent 092e4e6b18
commit 7d61692f3c
2 changed files with 6 additions and 1 deletions

4
v/VisuAlg.alg Normal file
View File

@@ -0,0 +1,4 @@
Algoritmo " "
Inicio
escreva("Hello World")
Fimalgoritmo