From d59f61f4357a4869b62d1af02c9bacbb434e1190 Mon Sep 17 00:00:00 2001 From: Bohdana Marchenko Date: Fri, 2 May 2025 06:48:36 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20a3/world.h?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- a3/world.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/a3/world.h b/a3/world.h index b71a89e..e7a3fdb 100644 --- a/a3/world.h +++ b/a3/world.h @@ -1,7 +1,7 @@ #ifndef _WORLD_H_ #define _WORLD_H_ -#include +#include /** * World represented as a rectangular matrix of colorful characters.