summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
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;