From 7d61692f3c9c461d760d532f24585a81ccf05567 Mon Sep 17 00:00:00 2001 From: "Rahul M. Juliato" Date: Sun, 7 Nov 2021 13:55:13 -0300 Subject: [PATCH] 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 Co-authored-by: MrBrain295 <66077254+MrBrain295@users.noreply.github.com> --- readme.md | 3 ++- v/VisuAlg.alg | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 v/VisuAlg.alg diff --git a/readme.md b/readme.md index 06d88198..89b6ef0c 100644 --- a/readme.md +++ b/readme.md @@ -8,7 +8,7 @@ Thanks to everyone who continues to contribute; new languages are created every Make sure to see [contributing.md](/contributing.md) for instructions on contributing to the project! -## Languages (833 total) +## Languages (834 total) * [!@#$%^&*()_+](%23/%21%40%23%24%25%5E%26%E2%88%97%28%29_%2B) * [():;#?!](%23/%28%29%CB%B8%3B%23%EF%BC%9F%21) @@ -794,6 +794,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib * [Visual Basic Script](v/Visual%20Basic%20Script.vbs) * [Visual Basic](v/Visual%20Basic.vb) * [VisualFoxPro](v/VisualFoxPro.prg) +* [VisuAlg](v/VisuAlg.alg) * [VJass](v/VJass.j) * [VMS](v/VMS.vms) * [Vowels](v/Vowels.vw) diff --git a/v/VisuAlg.alg b/v/VisuAlg.alg new file mode 100644 index 00000000..853c3538 --- /dev/null +++ b/v/VisuAlg.alg @@ -0,0 +1,4 @@ +Algoritmo " " +Inicio +escreva("Hello World") +Fimalgoritmo