From 83ed9af5cb2b17db853afaf15ce285ae932082de Mon Sep 17 00:00:00 2001 From: Richie Bendall Date: Wed, 1 Apr 2020 05:02:57 +1300 Subject: [PATCH] Added Profan Fixes: #570 Co-Authored-By: Saurav Gore --- README.md | 1 + p/profan | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 p/profan diff --git a/README.md b/README.md index 4dcd0cfb..6b20e833 100755 --- a/README.md +++ b/README.md @@ -455,6 +455,7 @@ Meet [FizzBuzz](https://github.com/zenware/FizzBuzz), the evolution of [hello-wo * [Potigol](p/potigol.poti) * [Powershell](p/powershell.ps1) * [Processing](p/processing.pde) +* [Profan](p/profan) * [Prolog](p/prolog.pro) * [Promela](p/promela.pml) * [Pug](p/pug.pug) diff --git a/p/profan b/p/profan new file mode 100644 index 00000000..a6801885 --- /dev/null +++ b/p/profan @@ -0,0 +1,2 @@ +cls +print "Hello World"