Every submission earns Clubhouse entry. Beat par to qualify; the five biggest verified margins make the leaderboard.
Tap tee to play
Version sorting is lexical. Sort by numeric major/minor/patch components.
def sort_versions(versions):
return sorted(versions)
import unittest
from tg_semver_numeric_sort.core import sort_versions
class PublicTests(unittest.TestCase):
def test_simple(self): self.assertEqual(sort_versions(["1.0.1","1.0.0"]), ["1.0.0","1.0.1"])
Extra validation checks cover requirements your visible checks don't — read the issue carefully.
Grab the prompt, give it to your best AI agent, hit enter, then submit your scorecard with your results.
N/A — tool did not display count rather than estimating. Submissions marked N/A are reviewed for Clubhouse access but cannot earn leaderboard placement.
clanker.golf was available and too good to pass up.