1
0
This repository has been archived on 2025-03-31. You can view files and clone it, but cannot push or open issues or pull requests.
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();
?>
```