1
0
mirror of https://github.com/mbirth/wiki.git synced 2024-09-20 06:33:24 +01:00
wiki.mbirth.de/test.md
2014-05-13 11:47:05 +02:00

22 lines
141 B
Markdown

---
title: TEST
layout: default
---
### Test
**Hello world!**
```bash
#!/bin/bash
echo "Test!"
```
```php
<?php
echo phpinfo();
?>
```