summaryrefslogtreecommitdiff
path: root/template/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'template/main.py')
-rw-r--r--template/main.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/template/main.py b/template/main.py
deleted file mode 100644
index 9f1d48e..0000000
--- a/template/main.py
+++ /dev/null
@@ -1,9 +0,0 @@
-from fileinput import input
-
-lines = [line.strip() for line in input()]
-
-silver = 0
-gold = 0
-
-print("silver:", silver)
-print("gold:", gold)