What it does

Sorts a list of hackathons alphabetically

How we built it

Using Python, as follows.

hackathons = ["MedHacks", "sunhacks", "HackGT7", "DubHacks"]
hackathons.sort()
print(hackathons)

Built With

Share this project:

Updates