Version control lib.lisp

This commit is contained in:
2023-10-17 14:12:46 +01:00
parent 14f428b3a3
commit d3ed2f503e
3 changed files with 31 additions and 4 deletions

View File

@@ -16,7 +16,8 @@
collect
(let ((opponent (subseq strategy 0 1))
(yours (subseq strategy 2 3)))
(list (sensible-convert-input opponent) (sensible-convert-input yours))))))
(list (sensible-convert-input opponent)
(sensible-convert-input yours))))))
(loop
for round in rounds