Sandbox: Difference between revisions
imported>Fadenb <syntaxhighlight lang="nix"> test |
imported>Fadenb No edit summary |
||
| Line 1: | Line 1: | ||
== | = Sandbox = | ||
test | == What is a sandbox? == | ||
The sandbox page in this wiki is intended to test thing and toy around with syntax and features. | |||
Do not expect your content to stay here very long as any registered user can overwrite it at any time. | |||
Please keep this header intact and do all you testing below :) | |||
= test = | |||
{{warning}} | {{warning}} | ||
| Line 15: | Line 20: | ||
== Pything highlighting test == | |||
<syntaxhighlight lang="python" line='line'> | <syntaxhighlight lang="python" line='line'> | ||
def quickSort(arr): | def quickSort(arr): | ||
| Line 26: | Line 32: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
Nix highlighting test | == Nix highlighting test == | ||
<syntaxhighlight lang="nix"> | <syntaxhighlight lang="nix"> | ||