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