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!"; +```