diff options
| author | Gustav Sörnäs <gustav@sornas.net> | 2020-12-01 16:17:35 +0100 |
|---|---|---|
| committer | Gustav Sörnäs <gustav@sornas.net> | 2020-12-01 16:17:35 +0100 |
| commit | f52526f6f39b665752ecb72eedbb3a98b42c194a (patch) | |
| tree | 0e44530e8c87fb61ade448c23cb7b4959e08422e /labb5/src/Boggle.cpp | |
| parent | e787ca8902bef1bfa75ff7964078b37bf993cf58 (diff) | |
| download | tddd86-f52526f6f39b665752ecb72eedbb3a98b42c194a.tar.gz | |
comments
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" |
