From 3e4afbd5f3489fca2fa11c4d31eee1d0c7f58e50 Mon Sep 17 00:00:00 2001 From: Anthony Wang Date: Sun, 16 Jun 2024 17:21:21 +0000 Subject: [PATCH] Add SSH instructions to repo --- README.md | 2 +- rquine/a.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 rquine/a.py 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])