Skip to content
Snippets Groups Projects
Commit 77bb1a6f authored by Peter J. Keleher's avatar Peter J. Keleher
Browse files

auto

parent 2f6bfdb6
No related branches found
No related tags found
No related merge requests found
...@@ -143,6 +143,9 @@ and functions: ...@@ -143,6 +143,9 @@ and functions:
// shiftLeft() and rightRotate() // shiftLeft() and rightRotate()
``` ```
`Tile`, `Direction`, `rotate2DInts`, and `rotate2D<T>` must all be defined
*outside* your `Twos` class, not inside.
The above must all be created exactly as specified or the unit tests The above must all be created exactly as specified or the unit tests
will fail. *DO NOT* change even a single character of the unit tests will fail. *DO NOT* change even a single character of the unit tests
files, just copy it verbatim. files, just copy it verbatim.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment