From 4c07bc6e5387543b7d07957c98dc24bbfd3f9d99 Mon Sep 17 00:00:00 2001 From: JBatzill Date: Wed, 2 Dec 2015 21:18:45 +0100 Subject: fixed comment of winNimm function --- math/nimm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'math') diff --git a/math/nimm.cpp b/math/nimm.cpp index 3da6ca1..837a2ad 100644 --- a/math/nimm.cpp +++ b/math/nimm.cpp @@ -1,4 +1,4 @@ -#Most important function!! +#Most important function!!!11elf bool WinNimm(vector game) { int result = 0; for(int s: game) result ^= s; -- cgit v1.2.3