From 5158b2aa52ea3edaa72e11fcb2500ce70c256bae Mon Sep 17 00:00:00 2001 From: Love Billenius Date: Wed, 4 Sep 2024 22:26:56 +0200 Subject: [PATCH] Comment on top --- src/life.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/life.cpp b/src/life.cpp index db57eec..ea224e2 100755 --- a/src/life.cpp +++ b/src/life.cpp @@ -1,6 +1,6 @@ -// This is the CPP file you will edit and turn in. -// Also remove these comments here and add your own. -// TODO: remove this comment header +// A TUI implementation of Conway's Game of Life +// Author: Love Billenius + #include "grid.h" #include "lifeutil.h"