From 5075c5d26a046fb1de704bb2855a07b8a9fee9d9 Mon Sep 17 00:00:00 2001 From: Pete Lomax Date: Wed, 17 Feb 2021 01:45:34 +0000 Subject: [PATCH] Add Phix (#913) Co-authored-by: Richie Bendall --- p/Phix.exw | 1 + readme.md | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 p/Phix.exw diff --git a/p/Phix.exw b/p/Phix.exw new file mode 100644 index 00000000..5247d8f9 --- /dev/null +++ b/p/Phix.exw @@ -0,0 +1 @@ +puts(1,"Hello World") diff --git a/readme.md b/readme.md index 97fa9feb..c02a39b9 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 (737 total) +## Languages (738 total) * [05Ab1E](%23/05AB1E) * [0815](%23/0815.0815) @@ -522,6 +522,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib * [Perl6](p/perl6.p6) * [Perseus](p/perseus.p%2B%2B) * [Pharo](p/pharo.st) +* [Phix](p/phix.exw) * [Php](p/php.php) * [Picat](p/picat.pi) * [Piet](p/piet.png)