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

22 lines
141 B
Markdown
Raw Normal View History

2014-05-09 00:12:33 +01:00
---
title: TEST
layout: default
---
### Test
**Hello world!**
2014-05-13 10:47:05 +01:00
```bash
2014-05-09 00:12:33 +01:00
#!/bin/bash
echo "Test!"
```
2014-05-13 10:47:05 +01:00
```php
<?php
echo phpinfo();
?>
```