golfathon/README.md

12 lines
624 B
Markdown
Raw Permalink Normal View History

2024-05-31 21:45:16 +00:00
# golfathon
2024-06-16 17:21:21 +00:00
Welcome to our code golf hackathon! To get started, SSH into exozyme and go to `/opt/golfathon`. You can either create new hackathon problems or answer existing ones. Have fun!
2024-05-31 21:45:16 +00:00
## 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.
2024-05-31 21:45:16 +00:00
## Answer
2024-06-02 16:03:05 +00:00
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!