Added ProvideX (#758)

Co-authored-by: Richie Bendall <richiebendall@gmail.com>
This commit is contained in:
LashaBuxo
2020-06-15 15:16:34 +04:00
committed by GitHub
parent 843ad82df4
commit 0f96f5b490
2 changed files with 4 additions and 0 deletions

View File

@@ -484,6 +484,7 @@ Meet [FizzBuzz](https://github.com/zenware/FizzBuzz), the evolution of [hello-wo
* [Profan](p/profan) * [Profan](p/profan)
* [Prolog](p/prolog.pro) * [Prolog](p/prolog.pro)
* [Promela](p/promela.pml) * [Promela](p/promela.pml)
* [ProvideX](p/providex.vim)
* [Pug](p/pug.pug) * [Pug](p/pug.pug)
* [Pure Data](p/pure_data.pd) * [Pure Data](p/pure_data.pd)
* [Purebasic](p/purebasic.pb) * [Purebasic](p/purebasic.pb)

3
p/providex.vim Normal file
View File

@@ -0,0 +1,3 @@
begin
print "Hello World"
end