Add Promela

Fixes: #590
Co-Authored-By: Paulo Viana <paulo9mv@yahoo.com.br>
This commit is contained in:
Richie Bendall
2020-03-30 18:57:13 +13:00
parent 7de5475249
commit 8a98fa2ac9
2 changed files with 4 additions and 0 deletions

View File

@@ -440,6 +440,7 @@ Meet [FizzBuzz](https://github.com/zenware/FizzBuzz), the evolution of [hello-wo
* [Powershell](p%5Cpowershell.ps1)
* [Processing](p%5Cprocessing.pde)
* [Prolog](p%5Cprolog.pro)
* [Promela](p%5Cpromela.pml)
* [Pug](p%5Cpug.pug)
* [Pure Data](p%5Cpure_data.pd)
* [Purebasic](p%5Cpurebasic.pb)

3
p/promela.pml Normal file
View File

@@ -0,0 +1,3 @@
active proctype main(){
printf("Hello World")
}