Jump to content

Sandbox: Difference between revisions

From NixOS Wiki
imported>Fadenb
No edit summary
imported>Fadenb
No edit summary
Line 26: Line 26:
</syntaxhighlight>
</syntaxhighlight>


test after updating to 1.29.0...
test after updating to 1.29.0... 2


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

Revision as of 19:15, 22 August 2017

mehr tests

test hier

test

⚠︎
Warning: {{{1}}}
⚠︎
Warning: {{{1}}}
{{{1}}}


⏲︎︎
This article or section is outdated. Further information might be found in the corresponding discussion. Please remove this notice once the information has been updated.

Sand that box Shoop da whoop! Herp Derp


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

test after updating to 1.29.0... 2