Skip to content
This repository has been archived by the owner on Jan 4, 2021. It is now read-only.

zsarge/MayInterallianceCodeGolf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MayInterallianceCodeGolf

Maintenance made-with-python

The Flyer for this Challenge

For an award of a $10 Chipotle Gift Card, you can choose between two coding challenges:

  1. Using any coding language, write a program that prints the next 20 leap years
  2. Using any language, write a program that automatically converts English text to Morse Code.

Fewest lines wins.

Due: May/1/2020 @ 11:59 PM

Assuming that I can only submit one program, I have chosen the leap year problem, because I don't have to store any English/Morse Code dictionaries and thus have a higher potential for fewer bytes.

Additionally, I talked with a friend, and we both believe that this is assuming pretty print style. Otherwise languages without mandatory indentation would win no matter what.

My goal: Try to solve the problem in the fewest bytes.


Update: I won