From 699722c7f4e171b0b19da01ec43e47e37219cebb Mon Sep 17 00:00:00 2001 From: calgary34 <51468959+calgary34@users.noreply.github.com> Date: Sat, 22 Jan 2022 19:27:46 -0700 Subject: [PATCH] Add Phi (#1273) * Create Phi * Update readme.md --- p/Phi | 1 + readme.md | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 p/Phi diff --git a/p/Phi b/p/Phi new file mode 100644 index 0000000..ad35e5a --- /dev/null +++ b/p/Phi @@ -0,0 +1 @@ +print("Hello World") diff --git a/readme.md b/readme.md index 8305178..7986188 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 (883 total) +## Languages (884 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) @@ -633,6 +633,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) +* [Phi](p/Phi) * [Phix](p/Phix.exw) * [PHP](p/PHP.php) * [PiCat](p/PiCat.pi)