From 00c6159e0f421c8307fc67973938f64ac405ec79 Mon Sep 17 00:00:00 2001 From: Jan Klemkow Date: Mon, 12 Nov 2012 01:06:21 +0100 Subject: Add c implementation for algorithm battle with working payment. --- pay.pl | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 pay.pl (limited to 'pay.pl') diff --git a/pay.pl b/pay.pl new file mode 100644 index 0000000..bd263d9 --- /dev/null +++ b/pay.pl @@ -0,0 +1,4 @@ +pay(c,d,1). +pay(d,d,2). +pay(c,c,3). +pay(d,c,4). -- cgit