From 6fa60c5f3071a1432f5d095a82769b7ae7e2cc99 Mon Sep 17 00:00:00 2001 From: Jethro Stapelbroek Date: Mon, 16 Oct 2023 21:25:01 +0200 Subject: [PATCH] =?UTF-8?q?Hra=C3=B0greining?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hradgreining.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 hradgreining.py diff --git a/hradgreining.py b/hradgreining.py new file mode 100644 index 0000000..5b90c05 --- /dev/null +++ b/hradgreining.py @@ -0,0 +1,2 @@ +DNA = input() +print("Veikur!" if "COV" in DNA else "Ekki veikur!")