summaryrefslogtreecommitdiff
path: root/pay.pl
diff options
context:
space:
mode:
authorJan Klemkow <j.klemkow@wemelug.de>2012-11-12 01:06:21 +0100
committerJan Klemkow <j.klemkow@wemelug.de>2012-11-12 01:06:21 +0100
commit00c6159e0f421c8307fc67973938f64ac405ec79 (patch)
treec5c912b1908816fd019a4ba7394b2fc1bde8e425 /pay.pl
parentc71183f2277cf6465af9a989f36d24a3bb6c18cf (diff)
downloadwbs-00c6159e0f421c8307fc67973938f64ac405ec79.tar.gz
wbs-00c6159e0f421c8307fc67973938f64ac405ec79.tar.bz2
wbs-00c6159e0f421c8307fc67973938f64ac405ec79.zip
Add c implementation for algorithm battle with working payment.
Diffstat (limited to 'pay.pl')
-rw-r--r--pay.pl4
1 files changed, 4 insertions, 0 deletions
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).