From 327e51a70721760773e16b16f64ee90297e5f69d Mon Sep 17 00:00:00 2001 From: "Peter J. Keleher" <keleher@cs.umd.edu> Date: Tue, 7 Sep 2021 19:14:04 -0400 Subject: [PATCH] auto --- assign1/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assign1/README.md b/assign1/README.md index 1a96f20..d73aa08 100644 --- a/assign1/README.md +++ b/assign1/README.md @@ -146,7 +146,7 @@ and functions: `Tile`, `Direction`, `rotate2DInts`, and `rotate2D<T>` must all be defined *outside* your `Twos` class, not inside. -The rotation functions work as follows:  +The rotation functions work as follows:  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 -- GitLab