From b300254ee1f308c440d8e8d8129fb863b6ec9599 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 30 Dec 2012 16:05:36 +0330 Subject: Making the legacy more useful Added a brief installation guide in README along with etc config file samples. Added a couple of useful start and kill scripts in utils folder. Added two sample problems (one normal one interactive) along with testers in utils folder. --- problems/hellow/inputs/0.in | 1 + problems/hellow/inputs/1.in | 1 + 2 files changed, 2 insertions(+) create mode 100644 problems/hellow/inputs/0.in create mode 100644 problems/hellow/inputs/1.in (limited to 'problems/hellow/inputs') diff --git a/problems/hellow/inputs/0.in b/problems/hellow/inputs/0.in new file mode 100644 index 0000000..29d6383 --- /dev/null +++ b/problems/hellow/inputs/0.in @@ -0,0 +1 @@ +100 diff --git a/problems/hellow/inputs/1.in b/problems/hellow/inputs/1.in new file mode 100644 index 0000000..3a2e3f4 --- /dev/null +++ b/problems/hellow/inputs/1.in @@ -0,0 +1 @@ +-1 -- cgit