Check out my first novel, midnight's simulacra!

Syntaxhighlight: Revision history

From dankwiki

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

7 October 2023

  • curprev 10:3510:35, 7 October 2023Dank talk contribs 275 bytes +275 Created page with "Test page for [https://www.mediawiki.org/wiki/Extension:SyntaxHighlight Geshi] ‎<syntaxhighlight lang="python" style="border: 3px dashed blue;"> def quick_sort(arr): less = [] pivot_list = [] more = [] if len(arr) <= 1: return arr else: pass ‎</syntaxhighlight>"