Sandbox: Difference between revisions

From NixOS Wiki
imported>Makefu
muha
imported>Fadenb
No edit summary
Line 13: Line 13:
Shoop da whoop!
Shoop da whoop!
Herp Derp
Herp Derp
<syntaxhighlight lang="python" line='line'>
def quickSort(arr):
less = []
pivotList = []
more = []
if len(arr) <= 1:
return arr
else:
pass
</syntaxhighlight>




[[category:test]]
[[category:test]]

Revision as of 17:19, 22 August 2017

mehr tests

test hier

test

Warning: Here is a long warning, which is sufficiently wordy to run onto a second line (unless you have a really large screen!), which would normally cause it to wrap round the icon, but because we passed it as a parameter it keeps its left alignment straight.

Template:Notice


Sand that box Shoop da whoop! Herp Derp


def quickSort(arr):
	less = []
	pivotList = []
	more = []
	if len(arr) <= 1:
		return arr
	else:
		pass