summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorJBatzill <batzilljohannes@gmail.com>2015-12-02 21:18:45 +0100
committerJBatzill <batzilljohannes@gmail.com>2015-12-02 21:18:45 +0100
commit4c07bc6e5387543b7d07957c98dc24bbfd3f9d99 (patch)
treea946bd6a5373045b2b1f15d5b5246483e66c8f3c /math
parent9f85ba26ad6f24c07c460d705cd28e7ff771b11a (diff)
fixed comment of winNimm function
Diffstat (limited to 'math')
-rw-r--r--math/nimm.cpp2
1 files changed, 1 insertions, 1 deletions
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<int> game) {
int result = 0;
for(int s: game) result ^= s;