diff options
| author | JBatzill <batzilljohannes@gmail.com> | 2015-12-02 21:18:45 +0100 |
|---|---|---|
| committer | JBatzill <batzilljohannes@gmail.com> | 2015-12-02 21:18:45 +0100 |
| commit | 4c07bc6e5387543b7d07957c98dc24bbfd3f9d99 (patch) | |
| tree | a946bd6a5373045b2b1f15d5b5246483e66c8f3c /math/nimm.cpp | |
| parent | 9f85ba26ad6f24c07c460d705cd28e7ff771b11a (diff) | |
fixed comment of winNimm function
Diffstat (limited to 'math/nimm.cpp')
| -rw-r--r-- | math/nimm.cpp | 2 |
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; |
