Comment on top

This commit is contained in:
Love 2024-09-04 22:26:56 +02:00
parent e85b72191f
commit 4b0970da9c

View File

@ -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 <lovbi127@student.liu.se>
#include "grid.h"
#include "lifeutil.h"