Files
2017-01-22 14:55:33 +11:00

12 lines
217 B
Markdown

# Hello world
Some `inline code` with *italic* and **bold** text.
```python
import this
if you('are', 'curious'):
print('then do it!')
```
<kbd>ctrl+\`</kbd> or *View → Show Console* and paste `import this`!