Difference between revisions of "ESComplexAsset"

Line 1: Line 1:
 
Test
 
Test
  
<syntaxhighlight lang="java" line>
+
‎<php>
public static void main(String[] args){
 
 
 
}
 
</syntaxhighlight>
 
 
 
‎<syntaxhighlight lang="python" line>
 
 
def quick_sort(arr):
 
def quick_sort(arr):
 
less = []
 
less = []
Line 16: Line 10:
 
else:
 
else:
 
pass
 
pass
‎</syntaxhighlight>
+
‎</php>

Revision as of 04:08, 27 December 2022

Test

‎<php> def quick_sort(arr): less = [] pivot_list = [] more = [] if len(arr) <= 1: return arr else: pass ‎</php>