Skip to main content
Module

x/diplodocus/docs/examples.md

πŸ¦• Deno Deploy Docs πŸ““
Go to Latest
File

Examples

Here is some examples.

Show Image

Show image from GitHub repository.

png

Syntax highlighting

Syntax highlighting is available by Prism.

```js
console.log("Hello world!");
```
console.log("Hello world!");
```shell
echo 'Hello world!'
```
echo 'Hello world!'