diff --git a/README.md b/README.md index a957287..f54b912 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # golfathon -Welcome to our code golf hackathon! You can either create new hackathon problems or answer existing ones. Have fun! +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! ## Create diff --git a/rquine/a.py b/rquine/a.py new file mode 100644 index 0000000..8b8db6b --- /dev/null +++ b/rquine/a.py @@ -0,0 +1 @@ +a='"';s="print(f'''a='{a}';s={a}{s}{a};{s}'''[::-1])";print(f'''a='{a}';s={a}{s}{a};{s}'''[::-1])