Code golf hackathon
Go to file
2024-06-02 20:18:06 +00:00
cell-voronoi Do the golfathon in a 1777 folder instead of over Git 2024-06-02 20:18:06 +00:00
pund Do the golfathon in a 1777 folder instead of over Git 2024-06-02 20:18:06 +00:00
rquine Do the golfathon in a 1777 folder instead of over Git 2024-06-02 20:18:06 +00:00
segfault Do the golfathon in a 1777 folder instead of over Git 2024-06-02 20:18:06 +00:00
README.md Do the golfathon in a 1777 folder instead of over Git 2024-06-02 20:18:06 +00:00

golfathon

Welcome to our code golf hackathon! You can either create new hackathon problems or answer existing ones. Have fun!

Create

To create a new problem, make a folder named after the problem, chmod 1777 it, and write the problem statement in the README.md inside the folder. See pund/README.md for an example.

Answer

Write your answer to a problem in the a file named using your username in the problem's folder. Preferably, your program should run in a reasonable amount of time and not access the internet. May the shortest program win!