From f52526f6f39b665752ecb72eedbb3a98b42c194a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustav=20S=C3=B6rn=C3=A4s?= Date: Tue, 1 Dec 2020 16:17:35 +0100 Subject: comments --- labb5/src/Boggle.cpp | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'labb5/src/Boggle.cpp') 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" -- cgit v1.2.1