Comment on top

This commit is contained in:
Love 2024-09-04 22:26:56 +02:00
parent 86025a8836
commit 5158b2aa52

View File

@ -1,6 +1,6 @@
// This is the CPP file you will edit and turn in. // A TUI implementation of Conway's Game of Life
// Also remove these comments here and add your own. // Author: Love Billenius <lovbi127@student.liu.se>
// TODO: remove this comment header
#include "grid.h" #include "grid.h"
#include "lifeutil.h" #include "lifeutil.h"