Changes

Jump to navigation Jump to search
194 bytes added ,  20:30, 6 December 2021
no edit summary
Line 32: Line 32:  
| text = Test test test
 
| text = Test test test
 
}}
 
}}
 +
 +
== Quotes ==
 +
TBD
    
<blockquote>This is a quote</blockquote
 
<blockquote>This is a quote</blockquote
    
{{quote | test test}}
 
{{quote | test test}}
 +
 +
== Code ==
 +
‎<syntaxhighlight lang="c#" line>
 +
def quick_sort(arr):
 +
less = []
 +
pivot_list = []
 +
more = []
 +
if len(arr) <= 1:
 +
return arr
 +
else:
 +
pass
 +
‎</syntaxhighlight>

Navigation menu