Difference between revisions of "Test"

From Serious Sam's Bogus Detour
Jump to: navigation, search
Line 3: Line 3:
 
----
 
----
  
<syntaxhighlight lang="python">
+
<syntaxhighlight lang="go">
def quickSort(arr):
+
package main
less = []
+
 
pivotList = []
+
func main() {
more = []
+
//
if len(arr) <= 1:
+
}
return arr
 
else:
 
pass
 
 
</syntaxhighlight>
 
</syntaxhighlight>

Revision as of 16:19, 24 June 2017

Test page, please ignore


<syntaxhighlight lang="go"> package main

func main() { // } </syntaxhighlight>