Skip to content

Commit

Permalink
Generate exercise docs from changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mk-mxp committed Feb 17, 2024
1 parent a8dd192 commit 1baceda
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions exercises/concept/lasagna/.docs/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ $message = "Success!"; // Statement correctly ends with `;`
$message = "I fail." // PHP Parse error: syntax error, [...]
```

For easier reading, all code examples omit the PHP opening tag `<?php`.

### Comments

Single line comments start with `//`.
Expand Down

0 comments on commit 1baceda

Please sign in to comment.