From bb0923fc9de9741265f884674331cc9ea7f16b85 Mon Sep 17 00:00:00 2001 From: Claude Meny Date: Tue, 23 Mar 2021 13:44:56 +0100 Subject: [PATCH] Deleted 20.test/partials/textbook.en.md --- 20.test/partials/textbook.en.md | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 20.test/partials/textbook.en.md diff --git a/20.test/partials/textbook.en.md b/20.test/partials/textbook.en.md deleted file mode 100644 index 59e6b3c8e..000000000 --- a/20.test/partials/textbook.en.md +++ /dev/null @@ -1,4 +0,0 @@ -```php -// Tutorial about PHP -$course = "Welcome to the PHP course!"; -```