diff options
Diffstat (limited to 'labb5/src/Boggle.cpp')
| -rwxr-xr-x | labb5/src/Boggle.cpp | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/labb5/src/Boggle.cpp b/labb5/src/Boggle.cpp index d09b8b9..6d65c10 100755 --- a/labb5/src/Boggle.cpp +++ b/labb5/src/Boggle.cpp @@ -1,8 +1,7 @@ -// This is the .cpp file you will edit and turn in. -// We have provided a minimal skeleton for you, -// but you must finish it as described in the spec. -// Also remove these comments here and add your own. -// TODO: remove this comment header and replace it with your own +/* + * TDDD86 Lab 5 - gusso230 (group 11) + * This file contains the implementation for the Boggle state. + */ #include "Boggle.h" |
